다음을 통해 공유


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)

매개 변수

sql

A String that contains an SQL statement.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members