Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Adds the given SQL command to the current list of commands for this SQLServerStatement object.
Syntax
public void addBatch(java.lang.String sql)
Parameters
sql
A String that contains a SQL statement.
Exceptions
Remarks
This addBatch method is specified by the addBatch method in the java.sql.Statement interface.