Condividi tramite


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)

Parametri

sql

A String that contains an SQL statement.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerStatement Class

Concetti

SQLServerStatement Methods
SQLServerStatement Members