| Interface | Description |
|---|---|
| ISQLServerBulkRecord |
The ISQLServerBulkRecord interface can be used to create classes that read in data from any source (such as a file)
and allow a SQLServerBulkCopy class to write the data to SQL Server tables.
|
| ISQLServerCallableStatement | |
| ISQLServerCallableStatement42 |
This interface requires all the CallableStatement methods including those are specific to JDBC 4.2
|
| ISQLServerConnection |
ALL THE non JDBC public methods of SQLServerConnection in should be defined here.
|
| ISQLServerDataRecord |
The ISQLServerDataRecord interface can be used to create classes that read in data from any source (such as a file)
and allow a structured type to be sent to SQL Server tables.
|
| ISQLServerDataSource |
This datasource lists properties specific for the SQLServerConnection class.
|
| ISQLServerPreparedStatement | |
| ISQLServerPreparedStatement42 |
This interface requires all the PreparedStatement methods including those are specific to JDBC 4.2
|
| ISQLServerResultSet | |
| ISQLServerResultSet42 |
This interface requires all the ResultSet methods including those are specific to JDBC 4.2
|
| ISQLServerStatement | |
| SQLServerKeyVaultAuthenticationCallback |
| Class | Description |
|---|---|
| SQLServerBlob |
SQLServerBlob represents a binary LOB object and implements a java.sql.Blob.
|
| SQLServerBulkCopy |
Lets you efficiently bulk load a SQL Server table with data from another source.
|
| SQLServerBulkCopyOptions |
A collection of settings that control how an instance of SQLServerBulkCopy behaves.
|
| SQLServerBulkCSVFileRecord |
A simple implementation of the ISQLServerBulkRecord interface that can be used to read in the
basic Java data types from a delimited file where each line represents a row of data.
|
| SQLServerCallableStatement |
CallableStatement implements JDBC callable statements.
|
| SQLServerCallableStatement42 |
This class is separated from SQLServerCallableStatement class in order to resolve compiling error of
missing Java 8 Types when running with Java 7.
|
| SQLServerClob |
SQLServerClob represents a character LOB object and implements java.sql.Clob.
|
| SQLServerColumnEncryptionAzureKeyVaultProvider |
Provides implementation similar to certificate store provider.
|
| SQLServerColumnEncryptionCertificateStoreProvider | |
| SQLServerColumnEncryptionJavaKeyStoreProvider | |
| SQLServerColumnEncryptionKeyStoreProvider | |
| SQLServerConnection |
SQLServerConnection implements a JDBC connection to SQL Server.
|
| SQLServerConnectionPoolDataSource |
SQLServerConnectionPoolDataSource provides physical database connections for connection pool managers.
|
| SQLServerDatabaseMetaData |
SQLServerDatabaseMetaData provides JDBC database meta data.
|
| SQLServerDataColumn | |
| SQLServerDataSource |
This datasource lists properties specific for the SQLServerConnection class.
|
| SQLServerDataSourceObjectFactory |
SQLServerDataSourceObjectFactory is an object factory to materialize datasources from JNDI.
|
| SQLServerDataTable | |
| SQLServerDriver | |
| SQLServerMetaData | |
| SQLServerNClob |
SQLServerNClob represents a National Character Set LOB object and implements java.sql.NClob.
|
| SQLServerParameterMetaData |
SQLServerParameterMetaData provides JDBC 3.0 meta data for prepared statement parameters.
|
| SQLServerPooledConnection |
SQLServerPooledConnection represents a database physical connection in a connection pool.
|
| SQLServerPreparedStatement |
SQLServerPreparedStatement provides JDBC prepared statement functionality.
|
| SQLServerPreparedStatement42 |
This class is separated from SQLServerPreparedStatement class in order to resolve compiling error of
missing Java 8 Types when running with Java 7.
|
| SQLServerResource |
A simple resource bundle containing the strings for localizing.
|
| SQLServerResultSet |
Top-level JDBC ResultSet implementation
|
| SQLServerResultSet42 |
This class is separated from SQLServerResultSet class in order to resolve compiling error of
missing Java 8 Types when running with Java 7.
|
| SQLServerResultSetMetaData |
A ResultSetMetaData object can be used to obtain the meta data (types
and type properties) of the columns in a ResultSet.
|
| SQLServerSavepoint |
SQLServerSavepoint implements JDBC 3.0 savepoints.
|
| SQLServerStatement |
SQLServerStatment provides the basic implementation of JDBC statement functionality.
|
| SQLServerXAConnection |
SQLServerXAConnection provides JDBC connections that can participate in distributed (XA)
transactions.
|
| SQLServerXADataSource |
SQLServerXADataSource provides database connections for use in distributed (XA)
transactions.
|
| SQLServerXAResource |
SQLServerXAResource provides an XAResource for XA distributed transaction management.
|
| Enum | Description |
|---|---|
| SQLServerSortOrder | |
| SQLServerStatementColumnEncryptionSetting |
| Exception | Description |
|---|---|
| SQLServerException |
Copyright © 2016. All rights reserved.