Freigeben über


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)

Parameter

sql

A String that contains an SQL statement.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerStatement Class

Konzepte

SQLServerStatement Methods
SQLServerStatement Members