다음을 통해 공유


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)

매개 변수

resultSetType

The int value representing the result set type.

resultSetConcurrency

The int value representing the result set concurrency type.

반환 값

The Statement object.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerConnection Class

개념

createStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members