createStatement Method ()
Creates a SQLServerStatement object for sending SQL statements to the database.
public java.sql.Statement createStatement()
Valore restituito
The Statement object.
Eccezioni
Osservazioni
This createStatement method is specified by the createStatement method in the java.sql.Connection interface.
Vedere anche
Riferimento
Concetti
createStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members