Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

abort(Executor) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
absolute(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Moves the cursor to the specified row in this ResultSet object.
acceptsURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
addBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
addBatch(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
addBatch(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
addColumnMapping(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Adds a new column mapping, using ordinals to specify both the source and destination columns.
addColumnMapping(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Adds a new column mapping, using an ordinal for the source column and a string for the destination column.
addColumnMapping(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Adds a new column mapping, using a column name to describe the source column and an ordinal to specify the destination column.
addColumnMapping(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Adds a new column mapping, using column names to specify both source and destination columns.
addColumnMetadata(int, String, int, int, int, DateTimeFormatter) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
addColumnMetadata(int, String, int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
addColumnMetadata(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
 
addColumnMetadata(SQLServerDataColumn) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
Registers the given event listener so that it will be notified when an event occurs on this PooledConnection object.
addRow(Object...) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
 
addStatementEventListener(StatementEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
 
afterLast() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
allProceduresAreCallable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
autoCommitFailureClosesAllResultSets() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 

B

beforeFirst() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 

C

cancel() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
cancelRowUpdates() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
clear() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
 
clearBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
clearBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
clearColumnMappings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Clears the contents of the column mappings
clearParameters() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
clearWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
clearWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Clear result set warnings
clearWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Closes the SQLServerBulkCopy instance
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Releases any resources associated with the file reader.
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
Closes the physical connection that this PooledConnection object represents.
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
close() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAConnection
Closes the physical connection that this PooledConnection object represents.
closeOnCompletion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
com.microsoft.sqlserver.jdbc - package com.microsoft.sqlserver.jdbc
 
commit() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
Commit a transcation.
commit(Xid, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
compareTo(DateTimeOffset) - Method in class microsoft.sql.DateTimeOffset
Compares this DateTimeOffset object with another DateTimeOffset object to determine their relative order.
CONCUR_SS_OPTIMISTIC_CC - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
CONCUR_SS_OPTIMISTIC_CCVAL - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
CONCUR_SS_SCROLL_LOCKS - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
connect(String, Properties) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
createArrayOf(String, Object[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createBlob() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createClob() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createNClob() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createSQLXML() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createStatement() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createStatement(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createStatement(int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createStatement(int, int, int, SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
createStruct(String, Object[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 

D

dataDefinitionCausesTransactionCommit() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
DATETIME - Static variable in class microsoft.sql.Types
 
DateTimeOffset - Class in microsoft.sql
A Java class for accessing values of the SQL Server DATETIMEOFFSET data type.
DATETIMEOFFSET - Static variable in class microsoft.sql.Types
 
decryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
This function uses the asymmetric key specified by the key path and decrypts an encrypted CEK with RSA encryption algorithm.
decryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
 
decryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
 
decryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
 
deleteRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
deletesAreDetected(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 

E

encryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
This function uses the asymmetric key specified by the key path and encrypts CEK with RSA encryption algorithm.
encryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
 
encryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
 
encryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
 
end(Xid, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
equals(Object) - Method in class microsoft.sql.DateTimeOffset
 
execute() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
Execute a query or non query statement.
execute(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
execute(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Execute an update or query.
execute(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
execute(String, int[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
execute(String, String[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
executeBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Send a batch of statements to the database.
executeLargeBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
executeLargeBatch() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeLargeUpdate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
executeLargeUpdate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Execute a JDBC update
executeLargeUpdate(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeLargeUpdate(String, int[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeLargeUpdate(String, String[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeQuery() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
Execute a query.
executeQuery(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
executeQuery(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Execute a result set query
executeUpdate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
Execute a non query statement
executeUpdate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
executeUpdate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Execute a JDBC update
executeUpdate(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeUpdate(String, int[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
executeUpdate(String, String[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 

F

findColumn(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Find a column index given a column name
first() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Moves the cursor to the first row in this ResultSet object.
forget(Xid) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
free() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Frees this Blob object and releases the resources that it holds.

G

generatedKeyAlwaysReturned() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getAccessToken() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getAccessToken(String, String, String) - Method in interface com.microsoft.sqlserver.jdbc.SQLServerKeyVaultAuthenticationCallback
The authentication callback delegate which is to be implemented by the client code
getApplicationIntent() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getApplicationIntent() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getApplicationName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getApplicationName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getArray(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getArray(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getArray(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getArray(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getAsciiStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getAsciiStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getAsciiStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getAsciiStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getAttributes(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getAuthentication() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getAutoCommit() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getBatchSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Gets the number of rows in each batch.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getBigDecimal(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
Deprecated.
getBigDecimal(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
Deprecated.
getBigDecimal(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBigDecimal(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBigDecimal(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Deprecated.
getBigDecimal(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Deprecated.
getBigDecimal(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBigDecimal(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBinaryStream() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Return an input stream to read data from this BLOB
getBinaryStream(long, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
 
getBinaryStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBinaryStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBinaryStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBinaryStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBlob(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBlob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBlob(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBlob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBoolean(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBoolean(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBoolean(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBoolean(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBulkCopyOptions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Gets the current SQLServerBulkCopyOptions.
getBulkCopyTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Gets the number of seconds for the operation to complete before it times out.
getByte(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getByte(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getByte(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getByte(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBytes(long, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBytes(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getBytes(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getBytes(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getCatalog() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getCatalogName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getCatalogs() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getCatalogSeparator() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getCatalogTerm() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getCharacterStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getCharacterStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getClientConnectionId() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
 
getClientConnectionId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getClientInfo() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getClientInfo(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getClientInfoProperties() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getClob(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getClob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getClob(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getClob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getColumName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
getColumnClassName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getColumnCount() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
Get the column count.
getColumnCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getColumnDateTimeFormatter(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getColumnDisplaySize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getColumnEncryptionSetting() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getColumnEncryptionTrustedMasterKeyPaths() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getColumnLabel(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getColumnMetaData(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
 
getColumnMetadata() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
 
getColumnName(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Get the name of the given column.
getColumnName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getColumnName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
 
getColumnName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getColumnOrdinals() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Get the ordinals for each of the columns represented in this data record.
getColumnOrdinals() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getColumnPrivileges(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getColumnType(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Get the JDBC data type of the given column.
getColumnType(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getColumnType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
 
getColumnType(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getColumnTypeName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getConcurrency() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getConnection(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
Creates an object handle for the physical connection that this PooledConnection object represents.
getConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Return the statement's connection
getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource
 
getCrossReference(String, String, String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getCursorName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDatabaseMajorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDatabaseName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getDatabaseName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getDatabaseProductName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDate(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDate(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDate(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDate(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDate(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDate(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDateTimeOffset(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
 
getDateTimeOffset(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
 
getDateTimeOffset(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
getDateTimeOffset(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
getDateTimeOffset(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDateTimeOffset(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDateTimeOffset(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDateTimeOffset(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDefaultTransactionIsolation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDescription() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getDescription() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getDestinationTableName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Gets the name of the destination table on the server.
getDouble(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDouble(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getDouble(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDouble(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getDriverMajorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDriverName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getDriverVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getEncrypt() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getEncrypt() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getExportedKeys(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getExtraNameCharacters() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getFailoverPartner() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getFailoverPartner() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getFetchDirection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getFetchDirection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getFetchSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getFetchSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getFloat(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getFloat(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getFloat(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getFloat(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getFunctionColumns(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getFunctions(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getGeneratedKeys() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getHoldability() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getHoldability() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getHostNameInCertificate() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getHostNameInCertificate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getIdentifierQuoteString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getInstanceName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getInstanceName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getInt(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getInt(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getInt(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getInt(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getIterator() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
 
getJDBCMajorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getKeyStoreAuthentication() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getKeyStoreLocation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getLabel() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
Get the savepoint label
getLargeMaxRows() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getLargeUpdateCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getLastUpdateCount() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getLastUpdateCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getLockTimeout() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getLockTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getLoginTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getLogWriter() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getLong(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getLong(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getLong(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getLong(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getMajorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
getMaxBinaryLiteralLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxConnections() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxFieldSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getMaxIndexLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxLogicalLobSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxRows() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getMaxRowSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxStatementLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxStatements() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getMetaData() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getMetaData() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
getMetaData() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getMinorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
getMinutesOffset() - Method in class microsoft.sql.DateTimeOffset
Gets this DateTimeOffset object's offset value.
getMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getMoreResults() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
Check for more results in the TDS stream
getMoreResults(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getMultiSubnetFailover() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getMultiSubnetFailover() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
 
getName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
 
getName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
 
getName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
 
getNCharacterStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getNCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getNCharacterStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getNCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getNClob(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getNClob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getNClob(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getNClob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getNetworkTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getNString(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getNString(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getNString(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getNString(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getNumericFunctions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getObject(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getObject(int, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getObject(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getObject(String, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getObject(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getObject(int, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getObject(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getObject(String, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSourceObjectFactory
 
getPacketSize() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getPacketSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getParameterClassName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getParameterCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getParameterMetaData() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
getParameterMode(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getParameterType(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getParameterTypeName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getParentLogger() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getParentLogger() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
getPooledConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
 
getPortNumber() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getPortNumber() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getPrecision(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Get the precision for the given column.
getPrecision(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getPrecision() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
getPrecision(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getPrecision(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getPrimaryKeys(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getProcedures(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getProcedureTerm() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getPropertyInfo(String, Properties) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
getPseudoColumns(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getQueryTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getRef(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getRef(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getRef(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getRef(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getReference() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
 
getReference() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getReference() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
 
getResponseBuffering() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getResponseBuffering() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
 
getResponseBuffering() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getResponseBuffering() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getResultSet() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getResultSetConcurrency() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getResultSetHoldability() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getResultSetHoldability() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getResultSetType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Retrieves the number of the current row in this ResultSet object.
getRowData() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Gets the data for the current row as an array of Objects.
getRowData() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
Gets the data for the current row as an array of Objects.
getRowData() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getRowId(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getRowId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getRowId(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getRowId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getRowIdLifetime() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSavepointId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
 
getSavepointName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
 
getScale(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Get the scale for the given column.
getScale(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
getScale() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
getScale(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
getScale(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getSchema() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getSchemaName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getSchemas() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSchemas(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSchemaTerm() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSearchStringEscape() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSelectMethod() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getSelectMethod() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getSendStringParametersAsUnicode() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getSendStringParametersAsUnicode() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getSendTimeAsDatetime() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getSendTimeAsDatetime() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getSendTimeAsDatetime() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getServerName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getServerName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getServerNameAsACE() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getServerSpn() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getServerSpn() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getShort(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getShort(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getShort(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getShort(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSmallDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSmallDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSmallDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSmallDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSmallDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSmallDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSmallDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSmallDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSmallMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSmallMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSmallMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSmallMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSortOrder() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
getSortOrdinal() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
getSQLKeywords() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSQLStateType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSqlType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
getSQLXML(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSQLXML(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getSQLXML(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getSQLXML(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getStatement() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getString(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getString(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getString(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getString(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getStringFunctions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getSystemFunctions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getTableName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getTableTypes() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getTemporalObjectFromCSVWithFormatter(String, int, int, DateTimeFormatter) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
 
getTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTimeDateFunctions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getTimestamp(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTimestamp(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTimestamp(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTimestamp(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getTimestamp(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTimestamp(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTimestamp(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTimestamp(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTimestamp() - Method in class microsoft.sql.DateTimeOffset
Gets this DateTimeOffset object's timestamp value.
getTransactionIsolation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getTransactionTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
getTransparentNetworkIPResolution() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getTrustServerCertificate() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getTrustServerCertificate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getTrustStore() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getTrustStore() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getTypeInfo() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getTypeMap() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getUDTs(String, String, String, int[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getUnicodeStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Deprecated.
getUnicodeStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Deprecated.
getUniqueIdentifier(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getUniqueIdentifier(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getUpdateCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getURL() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getURL(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
getURL() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getURL() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getURL(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getUser() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getUser() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getUserName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getVersionColumns(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
getWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
getWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
getWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
getWorkstationID() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getWorkstationID() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
getXAConnection(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
Obtain a physical database connection to particate in an XA transaction with the specified user and password.
getXAConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
Obtain a physical database connection to particate in an XA transaction.
getXAResource() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAConnection
 
getXopenStates() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
getXopenStates() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
GUID - Static variable in class microsoft.sql.Types
 

H

hashCode() - Method in class microsoft.sql.DateTimeOffset
 

I

insertRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
insertsAreDetected(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
isAfterLast() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
isAllowEncryptedValueModifications() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
 
isAutoIncrement(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Indicates whether the column represents an identity column.
isAutoIncrement(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
isAutoIncrement(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isBeforeFirst() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
isCaseSensitive(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isCatalogAtStart() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
isCheckConstraints() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Indicates whether constraints are to be checked while data is being inserted or not.
isClosed() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
isClosed() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
isClosed() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
isCloseOnCompletion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
isCurrency(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isDefinitelyWritable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isFireTriggers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Indicates if the server should fire insert triggers for rows being inserted into the database.
isFirst() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Determines whether the cursor is on the first row in this ResultSet object.
isKeepIdentity() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Indicates whether or not to preserve any source identity values.
isKeepNulls() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Indicates whether to preserve null values in the destination table regardless of the settings for default values, or if they should be replaced by default values (where applicable).
isLast() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Determines whether the cursor is on the last row in this ResultSet object.
isNamed() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
 
isNullable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
isNullable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isPoolable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
ISQLServerBulkRecord - Interface in com.microsoft.sqlserver.jdbc
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 - Interface in com.microsoft.sqlserver.jdbc
 
ISQLServerCallableStatement42 - Interface in com.microsoft.sqlserver.jdbc
This interface requires all the CallableStatement methods including those are specific to JDBC 4.2
ISQLServerConnection - Interface in com.microsoft.sqlserver.jdbc
ALL THE non JDBC public methods of SQLServerConnection in should be defined here.
ISQLServerDataRecord - Interface in com.microsoft.sqlserver.jdbc
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 - Interface in com.microsoft.sqlserver.jdbc
This datasource lists properties specific for the SQLServerConnection class.
ISQLServerPreparedStatement - Interface in com.microsoft.sqlserver.jdbc
 
ISQLServerPreparedStatement42 - Interface in com.microsoft.sqlserver.jdbc
This interface requires all the PreparedStatement methods including those are specific to JDBC 4.2
ISQLServerResultSet - Interface in com.microsoft.sqlserver.jdbc
 
ISQLServerResultSet42 - Interface in com.microsoft.sqlserver.jdbc
This interface requires all the ResultSet methods including those are specific to JDBC 4.2
ISQLServerStatement - Interface in com.microsoft.sqlserver.jdbc
 
isReadOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
isReadOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
isReadOnly(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isSameRM(XAResource) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
isSearchable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isSigned(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
Verify a supplied parameter index is valid
isSigned(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isSparseColumnSet(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
Returns true if the column is a SQLServer SparseColumnSet
isTableLock() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Indicates whether SQLServerBulkCopy should obtain a bulk update lock for the duration of the bulk copy operation.
isUniqueKey() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
isUseInternalTransaction() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Indicates whether each batch of the bulk-copy operation will occur within a transaction or not.
isValid(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
Determine whether the connection is still valid.
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
isWritable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 

J

jdbcCompliant() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 

L

last() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Moves the cursor to the last row in this ResultSet object.
length() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Return the length of the BLOB
locatorsUpdateCopy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
loggerExternal - Static variable in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 

M

microsoft.sql - package microsoft.sql
 
MONEY - Static variable in class microsoft.sql.Types
 
moveToCurrentRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
moveToInsertRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 

N

nativeSQL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
nBeforeExecuteCols - Variable in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
next() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
Advances to the next data row.
next() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
Advances to the next data row.
next() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
 
next() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Initially moves the cursor to the first row of this ResultSet object, with subsequent calls moving the cursor to the second row, the third row, and so on.
nullPlusNonNullIsNull() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 

O

othersDeletesAreVisible(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 

P

position(Blob, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(byte[], long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents.
prepare(Xid) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
prepareCall(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareCall(String, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareCall(String, int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareCall(String, int, int, int, SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int, int, int, SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int, SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, int[], SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, String[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
prepareStatement(String, String[], SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
previous() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
Moves the cursor to the previous row in this ResultSet object.

R

recover(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
refreshRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
registerColumnEncryptionKeyStoreProviders(Map<String, SQLServerColumnEncryptionKeyStoreProvider>) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
registerOutParameter(int, SQLType) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(int, SQLType, String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(int, SQLType, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(int, SQLType, int, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(String, SQLType, String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(String, SQLType, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(String, SQLType, int, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(String, SQLType) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
registerOutParameter(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(int, int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(int, int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(String, int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(String, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(String, int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
registerOutParameter(int, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(int, SQLType, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(int, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(int, SQLType, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(String, SQLType, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(String, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(String, SQLType, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
registerOutParameter(String, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
relative(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
releaseSavepoint(Savepoint) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
removeColumnEncryptionTrustedMasterKeyPaths(String) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
Remove a listener.
removeStatementEventListener(StatementEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
 
rollback() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
Rollback a transcation.
rollback(Savepoint) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
rollback(Xid) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
rowDeleted() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
rowInserted() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
rowUpdated() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 

S

setAccessToken(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setAllowEncryptedValueModifications(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
 
setApplicationIntent(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setApplicationIntent(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setApplicationName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setApplicationName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setArray(int, Array) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setAsciiStream(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setAuthentication(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setAuthenticationScheme(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setAuthenticationScheme(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setAutoCommit(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setBatchSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets the number of rows in each batch.
setBigDecimal(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBigDecimal(String, BigDecimal, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBigDecimal(String, BigDecimal, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBigDecimal(int, BigDecimal, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBigDecimal(int, BigDecimal, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBinaryStream(long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents
setBinaryStream(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBinaryStream(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBlob(String, Blob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBlob(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBlob(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBlob(int, Blob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBlob(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBoolean(String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBoolean(String, boolean, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBoolean(int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBoolean(int, boolean, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBulkCopyOptions(SQLServerBulkCopyOptions) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Update the behavior of the SQLServerBulkCopy instance according to the options supplied.
setBulkCopyTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets the number of seconds for the operation to complete before it times out.
setByte(String, byte) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setByte(String, byte, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setByte(int, byte) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setByte(int, byte, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBytes(long, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Writes the given array of bytes into the Blob starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBytes(String, byte[], boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setBytes(int, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setBytes(int, byte[], boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setCatalog(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setCharacterStream(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setCharacterStream(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setCheckConstraints(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets whether constraints are to be checked while data is being inserted or not.
setClientInfo(Properties) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setClientInfo(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setClob(String, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setClob(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setClob(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setClob(int, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setClob(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setColumnEncryptionKeyCacheTtl(int, TimeUnit) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setColumnEncryptionSetting(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setColumnEncryptionTrustedMasterKeyPaths(Map<String, List<String>>) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setCursorName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setDatabaseName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setDatabaseName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setDate(String, Date, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDate(String, Date, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDate(String, Date) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDate(int, Date) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDate(int, Date, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDateTime(String, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDateTime(int, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDateTimeOffset(String, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
 
setDateTimeOffset(int, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
 
setDateTimeOffset(String, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDateTimeOffset(String, DateTimeOffset, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDateTimeOffset(String, DateTimeOffset, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDateTimeOffset(int, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDateTimeOffset(int, DateTimeOffset, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDateTimeOffset(int, DateTimeOffset, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDescription(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setDescription(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setDestinationTableName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Sets the name of the destination table on the server.
setDouble(String, double) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDouble(String, double, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setDouble(int, double) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setDouble(int, double, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setEncrypt(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setEncrypt(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setEscapeProcessing(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setFailoverPartner(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setFailoverPartner(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setFetchDirection(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
setFetchDirection(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setFetchSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
setFetchSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setFireTriggers(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets whether the server should be set to fire insert triggers for rows being inserted into the database.
setFloat(String, float) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setFloat(String, float, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setFloat(int, float) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setFloat(int, float, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setHoldability(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setHostNameInCertificate(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setHostNameInCertificate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setInstanceName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setInstanceName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setInt(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setInt(String, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setInt(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setInt(int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setIntegratedSecurity(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setIntegratedSecurity(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setKeepIdentity(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets whether or not to preserve any source identity values.
setKeepNulls(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets whether to preserve null values in the destination table regardless of the settings for default values, or if they should be replaced by default values (where applicable).
setKeyStoreAuthentication(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setKeyStoreLocation(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setKeyStoreSecret(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setLargeMaxRows(long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setLastUpdateCount(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setLastUpdateCount(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setLockTimeout(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setLockTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setLoginTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setLogWriter(PrintWriter) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setLong(String, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setLong(String, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setLong(int, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setLong(int, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setMaxFieldSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setMaxRows(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setMoney(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setMultiSubnetFailover(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setMultiSubnetFailover(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
 
setName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
 
setName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
 
setName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
 
setNCharacterStream(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNCharacterStream(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNClob(String, NClob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNClob(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNClob(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNClob(int, NClob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNClob(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setNString(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNString(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNString(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNString(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNull(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNull(String, int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setNull(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setNull(int, int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setObject(String, Object, SQLType) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
setObject(String, Object, SQLType, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
setObject(String, Object, SQLType, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement42
 
setObject(int, Object, SQLType) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement42
 
setObject(int, Object, SQLType, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement42
 
setObject(int, Object, SQLType, Integer, Integer) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement42
 
setObject(int, Object, SQLType, Integer, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement42
 
setObject(String, Object) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setObject(String, Object, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setObject(String, Object, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setObject(String, Object, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setObject(String, Object, int, Integer, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setObject(String, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(String, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(String, Object, SQLType, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(int, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(int, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(int, Object, SQLType, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(int, Object, SQLType, Integer, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement42
 
setObject(int, Object) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setObject(int, Object, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setObject(int, Object, int, Integer, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setObject(int, Object, int, Integer, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setObject(int, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement42
 
setObject(int, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement42
 
setObject(int, Object, SQLType, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement42
 
setObject(int, Object, SQLType, Integer, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement42
 
setPacketSize(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setPacketSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setPassword(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setPassword(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setPoolable(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setPortNumber(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setPortNumber(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setQueryTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setReadOnly(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setRef(int, Ref) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setResponseBuffering(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setResponseBuffering(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
 
setResponseBuffering(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setResponseBuffering(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
setRowId(String, RowId) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setRowId(int, RowId) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setSavepoint(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setSavepoint() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setSchema(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setSelectMethod(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setSelectMethod(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setSendStringParametersAsUnicode(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setSendStringParametersAsUnicode(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setSendTimeAsDatetime(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setSendTimeAsDatetime(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setSendTimeAsDatetime(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setServerName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setServerName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setServerNameAsACE(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setServerSpn(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setServerSpn(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setShort(String, short) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setShort(String, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setShort(int, short) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setShort(int, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setSmallDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setSmallDateTime(String, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setSmallDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setSmallDateTime(int, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setSmallMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setSmallMoney(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setSmallMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setSmallMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setString(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setString(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setString(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setString(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setStructured(String, String, SQLServerDataTable) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setStructured(String, String, ResultSet) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setStructured(String, String, ISQLServerDataRecord) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setStructured(int, String, SQLServerDataTable) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setStructured(int, String, ResultSet) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setStructured(int, String, ISQLServerDataRecord) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTableLock(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets whether SQLServerBulkCopy should obtain a bulk update lock for the duration of the bulk copy operation.
setTime(String, Time, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTime(String, Time, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTime(String, Time) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTime(String, Time, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTime(String, Time, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTime(int, Time) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTime(int, Time, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTime(int, Time, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTime(int, Time, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTimestamp(String, Timestamp, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTimestamp(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTimestamp(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTimestamp(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setTimestamp(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTimestamp(int, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTimestamp(int, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTimestamp(int, Timestamp, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setTimestampWithTimezoneFormat(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Set the format for reading in dates from the file.
setTimestampWithTimezoneFormat(DateTimeFormatter) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Set the format for reading in dates from the file.
setTimeWithTimezoneFormat(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Set the format for reading in dates from the file.
setTimeWithTimezoneFormat(DateTimeFormatter) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Set the format for reading in dates from the file.
setTransactionIsolation(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setTransactionTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
setTransparentNetworkIPResolution(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setTrustServerCertificate(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setTrustServerCertificate(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setTrustStore(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setTrustStore(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setTrustStorePassword(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setTrustStorePassword(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setTypeMap(Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
setUnicodeStream(int, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
Deprecated.
setUniqueIdentifier(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setUniqueIdentifier(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setUniqueIdentifier(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setUniqueIdentifier(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setURL(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setURL(String, URL) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
setURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setURL(int, URL) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
 
setUseInternalTransaction(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Sets whether each batch of the bulk-copy operation will occur within a transaction or not.
setUser(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setUser(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setWorkstationID(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setWorkstationID(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
setXopenStates(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
 
setXopenStates(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
SMALLDATETIME - Static variable in class microsoft.sql.Types
 
SMALLMONEY - Static variable in class microsoft.sql.Types
 
SQLServerBlob - Class in com.microsoft.sqlserver.jdbc
SQLServerBlob represents a binary LOB object and implements a java.sql.Blob.
SQLServerBlob(SQLServerConnection, byte[]) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBlob
Deprecated.
SQLServerBulkCopy - Class in com.microsoft.sqlserver.jdbc
Lets you efficiently bulk load a SQL Server table with data from another source.
SQLServerBulkCopy(Connection) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Initializes a new instance of the SQLServerBulkCopy class using the specified open instance of SQLServerConnection.
SQLServerBulkCopy(String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Initializes and opens a new instance of SQLServerConnection based on the supplied connectionString.
SQLServerBulkCopyOptions - Class in com.microsoft.sqlserver.jdbc
A collection of settings that control how an instance of SQLServerBulkCopy behaves.
SQLServerBulkCopyOptions() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
Initializes an instance of the SQLServerBulkCopySettings class using defaults for all of the settings.
SQLServerBulkCSVFileRecord - Class in com.microsoft.sqlserver.jdbc
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.
SQLServerBulkCSVFileRecord(String, String, String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Creates a simple reader to parse data from a delimited file with the given encoding.
SQLServerBulkCSVFileRecord(String, String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Creates a simple reader to parse data from a CSV file with the given encoding.
SQLServerBulkCSVFileRecord(String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
Creates a simple reader to parse data from a CSV file with the default encoding.
SQLServerCallableStatement - Class in com.microsoft.sqlserver.jdbc
CallableStatement implements JDBC callable statements.
SQLServerCallableStatement42 - Class in com.microsoft.sqlserver.jdbc
This class is separated from SQLServerCallableStatement class in order to resolve compiling error of missing Java 8 Types when running with Java 7.
SQLServerClob - Class in com.microsoft.sqlserver.jdbc
SQLServerClob represents a character LOB object and implements java.sql.Clob.
SQLServerClob(SQLServerConnection, String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerClob
Deprecated.
SQLServerColumnEncryptionAzureKeyVaultProvider - Class in com.microsoft.sqlserver.jdbc
Provides implementation similar to certificate store provider.
SQLServerColumnEncryptionAzureKeyVaultProvider(SQLServerKeyVaultAuthenticationCallback, ExecutorService) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
Constructor that takes a callback function to authenticate to AAD.
SQLServerColumnEncryptionCertificateStoreProvider - Class in com.microsoft.sqlserver.jdbc
 
SQLServerColumnEncryptionCertificateStoreProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
 
SQLServerColumnEncryptionJavaKeyStoreProvider - Class in com.microsoft.sqlserver.jdbc
 
SQLServerColumnEncryptionJavaKeyStoreProvider(String, char[]) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
 
SQLServerColumnEncryptionKeyStoreProvider - Class in com.microsoft.sqlserver.jdbc
 
SQLServerColumnEncryptionKeyStoreProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
 
SQLServerConnection - Class in com.microsoft.sqlserver.jdbc
SQLServerConnection implements a JDBC connection to SQL Server.
SQLServerConnectionPoolDataSource - Class in com.microsoft.sqlserver.jdbc
SQLServerConnectionPoolDataSource provides physical database connections for connection pool managers.
SQLServerConnectionPoolDataSource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
 
SQLServerDatabaseMetaData - Class in com.microsoft.sqlserver.jdbc
SQLServerDatabaseMetaData provides JDBC database meta data.
SQLServerDatabaseMetaData(SQLServerConnection) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
Create new database meta data
SQLServerDataColumn - Class in com.microsoft.sqlserver.jdbc
 
SQLServerDataColumn(String, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
 
SQLServerDataSource - Class in com.microsoft.sqlserver.jdbc
This datasource lists properties specific for the SQLServerConnection class.
SQLServerDataSource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
SQLServerDataSourceObjectFactory - Class in com.microsoft.sqlserver.jdbc
SQLServerDataSourceObjectFactory is an object factory to materialize datasources from JNDI.
SQLServerDataSourceObjectFactory() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataSourceObjectFactory
 
SQLServerDataTable - Class in com.microsoft.sqlserver.jdbc
 
SQLServerDataTable() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataTable
The constant in the Java programming language, sometimes referred to as a type code, that identifies the type TVP.
SQLServerDriver - Class in com.microsoft.sqlserver.jdbc
 
SQLServerDriver() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
SQLServerException - Exception in com.microsoft.sqlserver.jdbc
 
SQLServerKeyVaultAuthenticationCallback - Interface in com.microsoft.sqlserver.jdbc
 
SQLServerMetaData - Class in com.microsoft.sqlserver.jdbc
 
SQLServerMetaData(String, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
SQLServerMetaData(String, int, int, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
SQLServerMetaData(String, int, int, int, boolean, boolean, SQLServerSortOrder, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
SQLServerMetaData(SQLServerMetaData) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
SQLServerNClob - Class in com.microsoft.sqlserver.jdbc
SQLServerNClob represents a National Character Set LOB object and implements java.sql.NClob.
SQLServerParameterMetaData - Class in com.microsoft.sqlserver.jdbc
SQLServerParameterMetaData provides JDBC 3.0 meta data for prepared statement parameters.
SQLServerPooledConnection - Class in com.microsoft.sqlserver.jdbc
SQLServerPooledConnection represents a database physical connection in a connection pool.
SQLServerPreparedStatement - Class in com.microsoft.sqlserver.jdbc
SQLServerPreparedStatement provides JDBC prepared statement functionality.
SQLServerPreparedStatement42 - Class in com.microsoft.sqlserver.jdbc
This class is separated from SQLServerPreparedStatement class in order to resolve compiling error of missing Java 8 Types when running with Java 7.
SQLServerResource - Class in com.microsoft.sqlserver.jdbc
A simple resource bundle containing the strings for localizing.
SQLServerResource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource
 
SQLServerResultSet - Class in com.microsoft.sqlserver.jdbc
Top-level JDBC ResultSet implementation
SQLServerResultSet42 - Class in com.microsoft.sqlserver.jdbc
This class is separated from SQLServerResultSet class in order to resolve compiling error of missing Java 8 Types when running with Java 7.
SQLServerResultSet42(SQLServerStatement) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
SQLServerResultSetMetaData - Class in com.microsoft.sqlserver.jdbc
A ResultSetMetaData object can be used to obtain the meta data (types and type properties) of the columns in a ResultSet.
SQLServerSavepoint - Class in com.microsoft.sqlserver.jdbc
SQLServerSavepoint implements JDBC 3.0 savepoints.
SQLServerSavepoint(SQLServerConnection, String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
Create a new savepoint
SQLServerSortOrder - Enum in com.microsoft.sqlserver.jdbc
 
SQLServerStatement - Class in com.microsoft.sqlserver.jdbc
SQLServerStatment provides the basic implementation of JDBC statement functionality.
SQLServerStatementColumnEncryptionSetting - Enum in com.microsoft.sqlserver.jdbc
 
SQLServerXAConnection - Class in com.microsoft.sqlserver.jdbc
SQLServerXAConnection provides JDBC connections that can participate in distributed (XA) transactions.
SQLServerXADataSource - Class in com.microsoft.sqlserver.jdbc
SQLServerXADataSource provides database connections for use in distributed (XA) transactions.
SQLServerXADataSource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
 
SQLServerXAResource - Class in com.microsoft.sqlserver.jdbc
SQLServerXAResource provides an XAResource for XA distributed transaction management.
SSTRANSTIGHTLYCPLD - Static variable in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
start(Xid, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
stmtColumnEncriptionSetting - Variable in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
storesLowerCaseIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
STRUCTURED - Static variable in class microsoft.sql.Types
 
supportsAlterTableWithAddColumn() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsConvert() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsGroupBy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsNamedParameters() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsOuterJoins() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsRefCursors() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSavepoints() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsStatementPooling() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsTransactions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsUnion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
supportsUnionAll() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 

T

toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
This is a helper function to provide an ID string suitable for tracing.
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
This is a helper function to provide an ID string suitable for tracing.
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
The statement's id for logging info
toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
 
toString() - Method in class microsoft.sql.DateTimeOffset
Formats a datetimeoffset as yyyy-mm-dd hh:mm:ss[.fffffffff] [+|-]hh:mm, where yyyy-mm-dd hh:mm:ss[.fffffffff] indicates a timestamp that is offset from UTC by the number of minutes indicated by [+|-]hh:mm.
TRANSACTION_SNAPSHOT - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
 
truncate(long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
Truncate a BLOB
TYPE_SS_DIRECT_FORWARD_ONLY - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
TYPE_SS_SCROLL_DYNAMIC - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
TYPE_SS_SCROLL_KEYSET - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
TYPE_SS_SCROLL_STATIC - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
TYPE_SS_SERVER_CURSOR_FORWARD_ONLY - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
Types - Class in microsoft.sql
The class that defines the constants that are used to identify the SQL types that are specific to Microsoft SQL Server.

U

unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
 
unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
 
unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
 
unwrap(Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
 
updateArray(int, Array) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateArray(String, Array) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(int, BigDecimal, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(int, BigDecimal, Integer, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(String, BigDecimal, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBigDecimal(String, BigDecimal, Integer, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBlob(int, Blob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBlob(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBlob(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBlob(String, Blob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBlob(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBlob(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBoolean(int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBoolean(int, boolean, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBoolean(String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBoolean(String, boolean, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateByte(int, byte) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateByte(int, byte, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateByte(String, byte) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateByte(String, byte, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBytes(int, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBytes(int, byte[], boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBytes(String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateBytes(String, byte[], boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateCharacterStream(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateCharacterStream(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateClob(int, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateClob(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateClob(String, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateClob(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateClob(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateColumnEncryptionTrustedMasterKeyPaths(String, List<String>) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
 
updateDate(int, Date) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDate(int, Date, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDate(String, Date) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDate(String, Date, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTime(int, Timestamp, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTime(int, Timestamp, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTime(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTime(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTimeOffset(int, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
updateDateTimeOffset(String, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
 
updateDateTimeOffset(int, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTimeOffset(int, DateTimeOffset, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTimeOffset(int, DateTimeOffset, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTimeOffset(String, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTimeOffset(String, DateTimeOffset, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDateTimeOffset(String, DateTimeOffset, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDouble(int, double) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDouble(int, double, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDouble(String, double) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateDouble(String, double, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateFloat(int, float) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateFloat(int, float, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateFloat(String, float) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateFloat(String, float, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateInt(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateInt(int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateInt(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateInt(String, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateLong(int, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateLong(int, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateLong(String, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateLong(String, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateMoney(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNClob(int, NClob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNClob(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNClob(String, NClob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNClob(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNClob(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNString(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNString(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNString(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNString(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNull(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateNull(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(int, Object, SQLType) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet42
 
updateObject(int, Object, SQLType, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet42
 
updateObject(int, Object, SQLType, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet42
 
updateObject(String, Object, SQLType, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet42
 
updateObject(String, Object, SQLType, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet42
 
updateObject(String, Object, SQLType) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet42
 
updateObject(int, Object) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(int, Object, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(int, Object, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(int, Object, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(int, Object, Integer, JDBCType, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(String, Object, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(String, Object, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(String, Object, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(String, Object) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateObject(int, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
updateObject(int, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
updateObject(int, Object, SQLType, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
updateObject(String, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
updateObject(String, Object, SQLType, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
updateObject(String, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet42
 
updateRef(int, Ref) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateRef(String, Ref) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateRowId(int, RowId) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateRowId(String, RowId) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updatesAreDetected(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
updateShort(int, short) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateShort(int, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateShort(String, short) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateShort(String, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallDateTime(int, Timestamp, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallDateTime(int, Timestamp, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallDateTime(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallDateTime(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSmallMoney(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateString(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateString(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateString(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateString(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTime(int, Time) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTime(int, Time, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTime(int, Time, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTime(String, Time) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTime(String, Time, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTime(String, Time, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTimestamp(int, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTimestamp(int, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTimestamp(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateTimestamp(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateUniqueIdentifier(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateUniqueIdentifier(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateUniqueIdentifier(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
updateUniqueIdentifier(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
useServerDefault() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
 
usesLocalFilePerTable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 
usesLocalFiles() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
 

V

valueOf(String) - Static method in enum com.microsoft.sqlserver.jdbc.SQLServerSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting
Returns the enum constant of this type with the specified name.
valueOf(Timestamp, int) - Static method in class microsoft.sql.DateTimeOffset
 
valueOf(Timestamp, Calendar) - Static method in class microsoft.sql.DateTimeOffset
 
values() - Static method in enum com.microsoft.sqlserver.jdbc.SQLServerSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
 
wasNull() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
 
writeToServer(ResultSet) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Copies all rows in the supplied ResultSet to a destination table specified by the destinationTableName property of the SQLServerBulkCopy object.
writeToServer(RowSet) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Copies all rows in the supplied RowSet to a destination table specified by the destinationTableName property of the SQLServerBulkCopy object.
writeToServer(ISQLServerBulkRecord) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
Copies all rows from the supplied ISQLServerBulkRecord to a destination table specified by the destinationTableName property of the SQLServerBulkCopy object.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.