Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type and concurrency.
public java.sql.Statement createStatement(int resultSetType,
int resultSetConcurrency)
參數
resultSetType
The int value representing the result set type.
resultSetConcurrency
The int value representing the result set concurrency type.
傳回值
The Statement object.
例外狀況
備註
This createStatement method is specified by the createStatement method in the java.sql.Connection interface.
另請參閱
參考
概念
createStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members