| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
| Class | Description |
|---|---|
| Geography | |
| Geometry | |
| InternalSpatialDatatype | |
| 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 |
This interface is implemented by
SQLServerCallableStatement Class. |
| ISQLServerConnection |
This interface is implemented by
SQLServerConnection and SQLServerConnectionPoolProxy Classes. |
| ISQLServerConnection43 |
This interface is implemented by
SQLServerConnection43 class. |
| ISQLServerDataRecord |
This 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 |
A factory to create connections to the data source represented by this object.
|
| ISQLServerPreparedStatement |
This interface is implemented by
SQLServerPreparedStatement class. |
| ISQLServerResultSet |
This interface is implemented by
SQLServerResultSet class. |
| ISQLServerResultSetMetaData |
This interface is implemented by
SQLServerResultSetMetaData class. |
| ISQLServerSavepoint |
This interface is implemented by
SQLServerSavepoint class. |
| ISQLServerStatement |
This interface is implemented by
SQLServerStatement class. |
| SQLServerBulkCopyOptions |
A collection of settings that control how an instance of SQLServerBulkCopy behaves.
|
| SQLServerColumnEncryptionKeyStoreProvider |
Extend this class to implement a custom key store provider.
|
| SQLServerConnection |
SQLServerConnection implements a JDBC connection to SQL Server.
|
| SQLServerConnectionPoolDataSource |
SQLServerConnectionPoolDataSource provides physical database connections for connection pool managers.
|
| SQLServerDataColumn |
This class represents a column of the in-memory data table represented by SQLServerDataTable.
|
| SQLServerDataSource |
This datasource lists properties specific for the SQLServerConnection class.
|
| SQLServerDataTable | |
| SQLServerException | |
| SQLServerKeyVaultAuthenticationCallback | |
| SQLServerMetaData |
This class represents metadata for a column.
|
| 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 |
Specifies the sorting order
|
| SQLServerStatement |
SQLServerStatment provides the basic implementation of JDBC statement functionality.
|
| SQLServerStatementColumnEncryptionSetting |
Specifies how data will be sent and received when reading and writing encrypted columns.
|
Copyright © 2018 Microsoft Corporation. All rights reserved.