Share via


createStatement Method ()

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

public java.sql.Statement createStatement()

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

Referenz

SQLServerConnection Class

Konzepte

createStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members