Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type and concurrency.
public java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency)
Parameters
resultSetType
The integer value representing the result set type.
resultSetConcurrency
The integer value representing the result set concurrency type.
Return Value
The Statement object.
Exceptions
Remarks
This createStatement method is specified by the createStatement method in the java.sql.Connection interface.