Share via


createStatement Method ()

Creates a SQLServerStatement object for sending SQL statements to the database.

public java.sql.Statement createStatement()

반환 값

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