| 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
This interface is implemented by SQLServerCallableStatement Class.
|
| ISQLServerCallableStatement42
This interface requires all the CallableStatement methods including those are specific to JDBC 4.2
|
| ISQLServerConnection
This interface is implemented by SQLServerConnection Class.
|
| 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
A factory to create connections to the data source represented by this object.
|
| 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
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 |
| 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 © 2017 Microsoft Corporation. All rights reserved.