Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Creates a SQLServerStatement object for sending SQL statements to the database.
Syntax
public java.sql.Statement createStatement()
Return Value
The Statement object.
Exceptions
Remarks
This createStatement method is specified by the createStatement method in the java.sql.Connection interface.
See Also
createStatement Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class