| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
| Class and 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 |
| SQLServerBulkCopyOptions
A collection of settings that control how an instance of SQLServerBulkCopy behaves.
|
| SQLServerCallableStatement
CallableStatement implements JDBC callable statements.
|
| SQLServerColumnEncryptionKeyStoreProvider |
| SQLServerConnection
SQLServerConnection implements a JDBC connection to SQL Server.
|
| SQLServerConnectionPoolDataSource
SQLServerConnectionPoolDataSource provides physical database connections for connection pool managers.
|
| SQLServerDataColumn |
| SQLServerDataSource
This datasource lists properties specific for the SQLServerConnection class.
|
| SQLServerDataTable |
| SQLServerException |
| SQLServerKeyVaultAuthenticationCallback |
| SQLServerMetaData |
| SQLServerPooledConnection
SQLServerPooledConnection represents a database physical connection in a connection pool.
|
| SQLServerPreparedStatement
SQLServerPreparedStatement provides JDBC prepared statement functionality.
|
| SQLServerResultSet
Top-level JDBC ResultSet implementation
|
| SQLServerSortOrder |
| SQLServerStatement
SQLServerStatment provides the basic implementation of JDBC statement functionality.
|
| SQLServerStatementColumnEncryptionSetting |
Copyright © 2016. All rights reserved.