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

public java.sql.Statement createStatement()

Return Value

The Statement object.

Exceptions

SQLServerException

Remarks

This createStatement method is specified by the createStatement method in the java.sql.Connection interface.

See Also