Partager via


addBatch Method (SQLServerStatement)

Adds the given SQL command to the current list of commands for this SQLServerStatement object.

public void addBatch(java.lang.String sql)

Paramètres

sql

A String that contains an SQL statement.

Exceptions

SQLServerException

Remarques

This addBatch method is specified by the addBatch method in the java.sql.Statement interface.

Voir aussi

Référence

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members