Freigeben über


createStatement Method (int, int)

Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type and concurrency.

public java.sql.Statement createStatement(int resultSetType,
                                          int resultSetConcurrency)

Parameter

resultSetType

The int value representing the result set type.

resultSetConcurrency

The int value representing the result set concurrency type.

Rückgabewert

The Statement object.

Ausnahmen

SQLServerException

Hinweise

This createStatement method is specified by the createStatement method in the java.sql.Connection interface.

Siehe auch

Verweis

SQLServerConnection Class

Konzepte

createStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members