Microsoft SQL Server JDBC Driver provides an API that can be used within Java programming code to connect to and interact with a Microsoft SQL Server database.
Interfaces
Interface Name | Description |
---|---|
Lets you specify the stored procedure name to call along with input and output parameters. |
|
Represents a JDBC connection to a SQL Server database. |
|
Represents a list of properties specific to connecting to a SQL Server database by using a ISQLServerConnection object. |
|
Represents the basic implementation of JDBC prepared statement functionality. |
|
Represents a JDBC result set. |
|
Represents the basic implementation of JDBC statement functionality. |
Classes
Class Name | Description |
---|---|
Represents an object of type microsoft.sql.DateTimeOffset. |
|
Represents a binary large object (BLOB). |
|
Implements ISQLServerCallableStatement. |
|
Represents a character large binary object (CLOB). |
|
Implements ISQLServerConnectopn. |
|
Represents physical database connections for connection pool managers. |
|
Represents the metadata for the database. |
|
Represents a list of properties specific to connecting to a SQL Server database by using a SQLServerConnection object. |
|
Represents an object factory to materialize data sources from the Java Naming and Directory Interface (JNDI). |
|
Represents the JDBC driver. This class includes methods for connecting to a SQL Server database, and for obtaining information about the JDBC driver. |
|
Represents an unsuccessful or incomplete running of an SQL statement. |
|
Represents a character large binary object using the National Character Set. |
|
Represents the metadata for prepared statement parameters. |
|
Represents a physical database connection in a connection pool. |
|
Implements ISQLServerPreparedStatement. |
|
Represents a localized error string resource. This class is intended for internal use only. |
|
Implements ISQLServerResultSet. |
|
Represents the metadata of the columns that are contained within a result set. |
|
Represents the checkpoint to which a transaction can be rolled back. |
|
Implements ISQLServerStatement. |
|
Represents JDBC connections that can participate in distributed (XA) transactions. |
|
Represents a factory for SQLServerXAConnection objects that is used internally. |
|
Represents an XAResource for XA distributed transaction management. |