SQLServerStatement Class

Represents the basic implementation of JDBC statement functionality.

Package: com.microsoft.sqlserver.jdbc

Extends: com.microsoft.sqlserver.jdbc.IOBuffer

Implements: java.sql.Statement

public class SQLServerStatement

备注

The SQLServerStatement class also provides a number of base class implementation methods for the JDBC prepared statement and callable statements. The basic role of the SQLServerStatement class is to run SQL statements, and then return update counts and result sets to the user application.

另请参见

概念

SQLServerStatement Members
JDBC Driver API Reference