createStatement Method ()
Creates a SQLServerStatement object for sending SQL statements to the database.
public java.sql.Statement createStatement()
Rückgabewert
The Statement object.
Ausnahmen
Hinweise
This createStatement method is specified by the createStatement method in the java.sql.Connection interface.
Siehe auch
Referenz
Konzepte
createStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members