A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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 given row number in this
ResultSet
object. - acceptsURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
- Activator - Class in com.microsoft.sqlserver.jdbc.osgi
-
Allows plugins to register the driver as an OSGI Framework service.
- Activator() - Constructor for class com.microsoft.sqlserver.jdbc.osgi.Activator
-
default constructor
- 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) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Adds metadata for the given column in the file.
- addColumnMetadata(int, String, int, int, int, DateTimeFormatter) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Adds metadata for the given column in the file.
- addColumnMetadata(SQLServerDataColumn) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Adds meta data for the specified column.
- addColumnMetadata(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Adds meta data for the specified column.
- addConnectionEventListener(ConnectionEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
- addRow(Object...) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Adds one row of data to the data table.
- addStatementEventListener(StatementEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
- afterCacheAccess(ITokenCacheAccessContext) - Method in class com.microsoft.sqlserver.jdbc.PersistentTokenCacheAccessAspect
- 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
- asTextZM() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the Well-Known Text (WKT) representation of the Geography object.
- asTextZM() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Well-Known Text (WKT) representation of the Geometry object.
- autoCommitFailureClosesAllResultSets() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
B
- beforeCacheAccess(ITokenCacheAccessContext) - Method in class com.microsoft.sqlserver.jdbc.PersistentTokenCacheAccessAspect
- beforeFirst() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- beginRequest() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection43
-
Hints to the driver that a request, an independent unit of work, is beginning on this connection.
- beginRequest() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection43
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
-
Clears this data table.
- 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
- clearUserTokenCache() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Clears User token cache.
- clearWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- clearWarnings() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Clears 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
- 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
- closeUnreferencedPreparedStatementHandles() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Forces the un-prepare requests for any outstanding discarded prepared statements to be executed.
- closeUnreferencedPreparedStatementHandles() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- ColumnSensitivity - Class in com.microsoft.sqlserver.jdbc.dataclassification
-
Represents the Data Classification Sensitivity Information for columns as configured in Database.
- ColumnSensitivity(List<SensitivityProperty>) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.ColumnSensitivity
-
Constructs a ColumnSensitivity
- com.microsoft.sqlserver.jdbc - module com.microsoft.sqlserver.jdbc
- com.microsoft.sqlserver.jdbc - package com.microsoft.sqlserver.jdbc
- com.microsoft.sqlserver.jdbc.dataclassification - package com.microsoft.sqlserver.jdbc.dataclassification
- com.microsoft.sqlserver.jdbc.dns - package com.microsoft.sqlserver.jdbc.dns
- com.microsoft.sqlserver.jdbc.osgi - package com.microsoft.sqlserver.jdbc.osgi
- com.microsoft.sqlserver.jdbc.spatialdatatypes - package com.microsoft.sqlserver.jdbc.spatialdatatypes
- commit() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- commit(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this
Connection
object. - commit(Xid, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
- compareTo(DNSRecordSRV) - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
- 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_UPDATABLE
- CONCUR_SS_OPTIMISTIC_CCVAL - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
CONCUR_UPDATABLE + 2
- CONCUR_SS_SCROLL_LOCKS - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
CONCUR_UPDATABLE + 1
- 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
- createConnectionPoolDataSource(Properties) - Method in class com.microsoft.sqlserver.jdbc.osgi.SQLServerDataSourceFactory
- createDataSource(Properties) - Method in class com.microsoft.sqlserver.jdbc.osgi.SQLServerDataSourceFactory
- createDriver(Properties) - Method in class com.microsoft.sqlserver.jdbc.osgi.SQLServerDataSourceFactory
- createEnclaveSession(SQLServerConnection, SQLServerStatement, String, String, Parameter[], ArrayList<String>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerAASEnclaveProvider
- createEnclaveSession(SQLServerConnection, SQLServerStatement, String, String, Parameter[], ArrayList<String>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerNoneEnclaveProvider
- createEnclaveSession(SQLServerConnection, SQLServerStatement, String, String, Parameter[], ArrayList<String>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerVSMEnclaveProvider
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Creates a
Statement
object that will generateResultSet
objects with the given type, concurrency, and holdability. - createStatement(int, int, int, SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- createStruct(String, Object[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- createXADataSource(Properties) - Method in class com.microsoft.sqlserver.jdbc.osgi.SQLServerDataSourceFactory
- CRITICAL - com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
rank CRITICAL
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
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIME.
- DateTimeOffset - Class in microsoft.sql
-
Represents the SQL Server DATETIMEOFFSET data type.
- DATETIMEOFFSET - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIMEOFFSET.
- decryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Decrypts an encrypted CEK with RSA encryption algorithm using the asymmetric key specified by the key path
- 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
-
Decrypts the specified encrypted value of a column encryption key.
- deleteRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- deletesAreDetected(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- deregister() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
-
De-registers the driver with the DriverManager.
- deserialize(byte[]) - Static method in class com.microsoft.sqlserver.jdbc.Geography
-
Constructor for a Geography instance from an internal SQL Server format for spatial data.
- deserialize(byte[]) - Static method in class com.microsoft.sqlserver.jdbc.Geometry
-
Constructor for a Geometry instance from an internal SQL Server format for spatial data.
- DISABLED - com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting
-
Disables TCE for the command.Overrides the connection level setting for this command.
- DNSKerberosLocator - Class in com.microsoft.sqlserver.jdbc.dns
-
Represents a DNS Kerberos Locator
- DNSRecordSRV - Class in com.microsoft.sqlserver.jdbc.dns
-
Represents a DNS SRV Record.
- DNSRecordSRV(int, int, int, String) - Constructor for class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
-
Constructs a DNSRecordSRV.
- DNSUtilities - Class in com.microsoft.sqlserver.jdbc.dns
-
Provides utility functions for the DNS package
- doesMaxRowSizeIncludeBlobs() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
E
- EMPTY - Static variable in class com.microsoft.sqlserver.jdbc.StringUtils
-
empty string
- ENABLED - com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting
-
Enables TCE for the command.
- encryptColumnEncryptionKey(String, String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Encrypts CEK with RSA encryption algorithm using the asymmetric key specified by the key path.
- 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
-
Encrypts a column encryption key using the column master key with the specified key path and using the specified algorithm.
- end(Xid, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
- endRequest() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection43
-
Hints to the driver that a request, an independent unit of work, has completed.
- endRequest() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection43
- equals(Object) - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
- equals(Object) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
- equals(Object) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
- equals(Object) - Method in class microsoft.sql.DateTimeOffset
- execute() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- execute(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- execute(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- 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
-
Sends 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
- 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
- executeQuery(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- executeQuery(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- executeUpdate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- executeUpdate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- executeUpdate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- 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
- Figure - Class in com.microsoft.sqlserver.jdbc.spatialdatatypes
-
Represents the internal makings of a Figure.
- Figure(byte, int) - Constructor for class com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
-
Creates a Figure object
- findColumn(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Finds a column index given a column name.
- findSrvRecords(String) - Static method in class com.microsoft.sqlserver.jdbc.dns.DNSUtilities
-
Finds all SRV Record using DNS.
- 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
G
- generatedKeyAlwaysReturned() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- Geography - Class in com.microsoft.sqlserver.jdbc
-
Geography datatype represents data in a round-earth coordinate system.
- Geography(byte[]) - Constructor for class com.microsoft.sqlserver.jdbc.Geography
-
Private constructor used for creating a Geography object from internal SQL Server format.
- GEOGRAPHY - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOGRAPHY.
- Geometry - Class in com.microsoft.sqlserver.jdbc
-
Geometry datatype represents data in a Euclidean (flat) coordinate system.
- Geometry() - Constructor for class com.microsoft.sqlserver.jdbc.Geometry
-
Creates a Geometry object
- Geometry(byte[]) - Constructor for class com.microsoft.sqlserver.jdbc.Geometry
-
Private constructor used for creating a Geometry object from internal SQL Server format.
- Geometry(String, int) - Constructor for class com.microsoft.sqlserver.jdbc.Geometry
-
Private constructor used for creating a Geometry object from WKT and Spatial Reference Identifier.
- GEOMETRY - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOMETRY.
- getAADSecurePrincipalId() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ISQLServerDataSource.getUser()
instead - getAADSecurePrincipalId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getAccessToken() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the access token.
- getAccessToken() - Method in class com.microsoft.sqlserver.jdbc.SqlAuthenticationToken
-
Returns the access token string.
- getAccessToken() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getAccessToken(String, String) - Method in interface com.microsoft.sqlserver.jdbc.SQLServerAccessTokenCallback
-
For an example of callback usage, look under the project's code samples.
- getAccessToken(String, String, String) - Method in interface com.microsoft.sqlserver.jdbc.SQLServerKeyVaultAuthenticationCallback
-
Returns the acesss token of the authentication request
- getAccessTokenCallback() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns a
SQLServerAccessTokenCallback
, the access token callback delegate. - getAccessTokenCallback() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Returns a
SQLServerAccessTokenCallback
, the access token callback delegate. - getAccessTokenCallbackClass() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - getAccessTokenCallbackClass() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - getAccessTokenCallbackClass() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Returns the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - getAccessTokenCallbackClass() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Returns the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - getAppConfigurationEntry(String) - Method in class com.microsoft.sqlserver.jdbc.JaasConfiguration
- getApplicationIntent() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the application intent.
- getApplicationIntent() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getApplicationName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the application name.
- getApplicationName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getArray(int) - 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.SQLServerCallableStatement
- getArray(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getAsciiStream() - Method in class com.microsoft.sqlserver.jdbc.SQLServerNClob
- getAsciiStream(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this
ResultSet
object as a stream of ASCII characters. - getAsciiStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getAsciiStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getAsciiStream(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this
ResultSet
object as a stream of ASCII characters. - getAsciiStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getAsciiStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getAttestationParameters(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerAASEnclaveProvider
- getAttestationParameters(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerNoneEnclaveProvider
- getAttestationParameters(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerVSMEnclaveProvider
- getAttributes(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getAuthentication() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the authentication mode.
- 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
-
Returns the number of rows in each batch.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getBigDecimal(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getBigDecimal(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBigDecimal(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
-
Deprecated.
- getBigDecimal(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Deprecated.
- getBigDecimal(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getBigDecimal(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBigDecimal(String, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Deprecated.
- getBigDecimal(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
-
Deprecated.
- getBigDecimal(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Deprecated.
- getBinaryStream() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- getBinaryStream(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this
ResultSet
object as a stream of uninterpreted bytes. - getBinaryStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getBinaryStream(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBinaryStream(long, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- getBinaryStream(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this
ResultSet
object as a stream of uninterpretedbyte
s. - getBinaryStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getBinaryStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBlob(int) - 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.SQLServerCallableStatement
- getBlob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBoolean(int) - 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.SQLServerCallableStatement
- getBoolean(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBulkCopyOptions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
-
Returns the current SQLServerBulkCopyOptions.
- getBulkCopyTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns the number of seconds for the operation to complete before it times out.
- getByte(int) - 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.SQLServerCallableStatement
- getByte(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBytes(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getBytes(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getBytes(long, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- getBytes(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getBytes(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getCalcBigDecimalPrecision() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the current flag for calcBigDecimalPrecision.
- getCalcBigDecimalPrecision() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value for 'calcBigDecimalPrecision' property
- getCalcBigDecimalPrecision() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getCalcBigDecimalPrecision() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Returns the value for 'calcBigDecimalPrecision'.
- getCancelQueryTimeout() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the cancel timeout.
- getCancelQueryTimeout() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
-
Returns the
cancelQueryTimeout
property set on this SQLServerStatement object. - getCancelQueryTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getCancelQueryTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- 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(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getClientCertificate() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns client certificate path for client certificate authentication.
- getClientCertificate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getClientConnectionId() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the connection ID of the most recent connection attempt, regardless of whether the attempt succeeded or failed.
- 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
- getClientKey() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns Private key file path for client certificate authentication.
- getClientKey() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getClob(int) - 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.SQLServerCallableStatement
- getClob(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getColumName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns the column name.
- getColumnClassName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- getColumnCount() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
-
Returns the column count.
- getColumnCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- getColumnDateTimeFormatter(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Returns the
dateTimeFormatter
for the given column. - getColumnDisplaySize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- getColumnEncryptionKeyCacheTtl() - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Returns the time-to-live for items in the columnEncryptionKeyCache.
- getColumnEncryptionKeyCacheTtl() - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
-
Returns the time-to-live for items in the cache of column encryption keys, as implemented in the key store provider.
- getColumnEncryptionSetting() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the Always Encrypted functionality setting for the data source object.
- getColumnEncryptionSetting() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getColumnEncryptionTrustedMasterKeyPaths() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Returns the Trusted Master Key Paths.
- getColumnLabel(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- getColumnMetadata() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Returns the
java.util.Map
object type of columnMetaData for all columns where column indexes are mapped with their respectiveSQLServerDataColumn
Java object. - getColumnMetaData(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
-
Returns the column meta data.
- getColumnName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
-
Returns the column name.
- getColumnName(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
Returns the name of the given column.
- getColumnName(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- getColumnOrdinals() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
Returns the ordinals for each of the columns represented in this data record.
- 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
- getColumnSensitivities() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
-
Returns the column sensitivity for this
SensitivityClassification
Object - getColumnType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
-
Returns the column type.
- getColumnType(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
Returns the JDBC data type of the given column.
- 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() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
-
Returns an object handle for the physical connection that this PooledConnection object represents.
- getConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Returns the statement's connection.
- getConnection(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getConnectRetryCount() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the maximum number of attempts set to reestablish a broken connection.
- getConnectRetryCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getConnectRetryInterval() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the interval set, in seconds, between attempts to reestablish a broken connection.
- getConnectRetryInterval() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_de
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_es
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_fr
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_it
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_ja
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_ko
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_pt_BR
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_ru
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_zh_CN
- getContents() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResource_zh_TW
- 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
- getDatabaseCompatibilityLevel() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
-
Returns the database compatibility level setting for the current database.
- 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
-
Returns the database name.
- 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(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDate(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDate(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDate(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDate(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDateTime(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDateTime(int, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(int, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDateTime(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDateTime(String, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(String, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDateTimeOffset(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the DateTimeOffset value of parameter with index parameterIndex.
- getDateTimeOffset(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column as a microsoft.sql.DateTimeOffset object, given a zero-based column ordinal.
- getDateTimeOffset(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDateTimeOffset(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDateTimeOffset(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the DateTimeOffset value of parameter with name parameterName.
- getDateTimeOffset(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the column specified as a microsoft.sql.DateTimeOffset object, given a column name.
- getDateTimeOffset(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getDateTimeOffset(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getDatetimeParameterType() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the value of the datetimeParameterType property.
- getDatetimeParameterType() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of the datetimeParameterType connection property.
- getDatetimeParameterType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getDatetimeParameterType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getDefaultTransactionIsolation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getDelayLoadingLobs() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the current flag value for delayLoadingLobs.
- getDelayLoadingLobs() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the current flag value for delayLoadingLobs.
- getDelayLoadingLobs() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getDelayLoadingLobs() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getDescription() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns a description of the data source.
- getDescription() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Returns the DataSource description
- getDestinationTableName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
-
Returns the name of the destination table on the server.
- getDisableStatementPooling() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the value whether statement pooling is disabled.
- getDisableStatementPooling() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns whether statement pooling is disabled.
- getDisableStatementPooling() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getDisableStatementPooling() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getDiscardedServerPreparedStatementCount() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the number of currently outstanding prepared statement un-prepare actions.
- getDiscardedServerPreparedStatementCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getDomain() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'domain'.
- getDomain() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getDouble(int) - 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.SQLServerCallableStatement
- 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
- getEnablePrepareOnFirstPreparedStatementCall() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the behavior for a specific connection instance.
- getEnablePrepareOnFirstPreparedStatementCall() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value that indicates whether the first execution of a prepared statement will call sp_executesql and not prepare a statement.
- getEnablePrepareOnFirstPreparedStatementCall() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getEnablePrepareOnFirstPreparedStatementCall() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getEnclaveAttestationProtocol() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the enclave attestation protocol used in Always Encrypted with Secure Enclaves.
- getEnclaveAttestationProtocol() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getEnclaveAttestationUrl() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the enclave attestation URL used in Always Encrypted with Secure Enclaves.
- getEnclaveAttestationUrl() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getEnclaveSession() - Method in class com.microsoft.sqlserver.jdbc.SQLServerAASEnclaveProvider
- getEnclaveSession() - Method in class com.microsoft.sqlserver.jdbc.SQLServerNoneEnclaveProvider
- getEnclaveSession() - Method in class com.microsoft.sqlserver.jdbc.SQLServerVSMEnclaveProvider
- getEncrypt() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the TLS encryption option.
- getEncrypt() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getErrorMessage() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns error message as received from SQL Server
- getErrorNumber() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns error number as received from SQL Server
- getErrorSeverity() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns Severity of error (as int value) as received from SQL Server
- getErrorState() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns error state as received from SQL Server
- getExpiresOn() - Method in class com.microsoft.sqlserver.jdbc.SqlAuthenticationToken
-
Returns the expiration date of the token.
- 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
-
Returns the name of the failover server that is used in a database mirroring configuration.
- 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
- getFigureOffset() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Shape
-
Returns the figureOffset value.
- getFiguresAttribute() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
-
Returns the figuresAttribute value.
- getFIPS() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of connection property "fips".
- getFIPS() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getFloat(int) - 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.SQLServerCallableStatement
- 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
- getGeography(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a com.microsoft.sqlserver.jdbc.Geography object in the Java programming language.
- getGeography(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getGeography(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a com.microsoft.sqlserver.jdbc.Geography object in the Java programming language.
- getGeography(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getGeometry(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a com.microsoft.sqlserver.jdbc.Geometry object in the Java programming language.
- getGeometry(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getGeometry(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a com.microsoft.sqlserver.jdbc.Geometry object in the Java programming language.
- getGeometry(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getGSSCredentials() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the GSSCredential.
- getGSSCredentials() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- 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
-
Returns the host name used in validating the SQL Server Secure Sockets Layer (SSL) certificate.
- getHostNameInCertificate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getId() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.InformationType
-
Returns the ID for this
InformationType
object - getId() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.Label
-
Returns the ID for this
InformationType
object - getIdentifierQuoteString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getIgnoreOffsetOnDateTimeOffsetConversion() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the current flag value for ignoreOffsetOnDateTimeOffsetConversion.
- getIgnoreOffsetOnDateTimeOffsetConversion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- 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
- getInformationType() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
-
Returns the information type data for this
SensitivityProperty
Object - getInformationTypes() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
-
Returns the information types for this
SensitivityClassification
Object - getInstanceName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the SQL Server instance name.
- getInstanceName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getInt(int) - 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.SQLServerCallableStatement
- getInt(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getIPAddressPreference() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Gets the name of the preferred type of IP Address.
- getIPAddressPreference() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Gets the name of the preferred type of IP Address.
- getIPAddressPreference() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getIPAddressPreference() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Gets the preferred type of IP Address
- getIterator() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Returns an iterator on the rows of the data table.
- getJAASConfigurationName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the login configuration name for Kerberos authentication.
- getJAASConfigurationName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getJASSConfigurationName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ISQLServerDataSource.getJAASConfigurationName()
instead - getJASSConfigurationName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getJDBCMajorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getJDBCMinorVersion() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getKeyStoreAuthentication() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of the keyStoreAuthentication setting for the data source object.
- getKeyStoreAuthentication() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getKeyStoreLocation() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the keyStoreLocation for the Java Key Store.
- getKeyStoreLocation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getKeyStorePrincipalId() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'keyStorePrincipalId'.
- getKeyStorePrincipalId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getKeyVaultProviderClientId() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'keyVaultProviderClientId'.
- getKeyVaultProviderClientId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getLabel() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
-
Returns the label data for this
SensitivityProperty
Object - getLabel() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerSavepoint
-
Returns the savepoint label
- getLabel() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
- getLabels() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
-
Returns the labels for this
SensitivityClassification
Object - 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
-
Returns a Boolean value that indicates if the lastUpdateCount property is enabled.
- getLastUpdateCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getLatitude() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the latitude value.
- getLineNumber() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns line number where the error occurred in Stored Procedure returned by
getProcedureName()
as received from SQL Server - getLockTimeout() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns an int value that indicates the number of milliseconds that the database will wait before reporting a lock time out.
- 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
-
Returns the log writer for this DataSource.
- getLong(int) - 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.SQLServerCallableStatement
- getLong(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getLongitude() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the longitude value.
- getM() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the M (measure) value of the object.
- getM() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the M (measure) value of the object.
- getM() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Point
-
Returns the m (measure) value.
- 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
- getMaxResultBuffer() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns value of 'maxResultBuffer' from Connection String.
- getMaxResultBuffer() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- 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
-
Returns this DateTimeOffset object's offset value.
- getMoney(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getMoney(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getMoney(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getMoney(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getMoreResults() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Returns more results in the TDS stream.
- getMoreResults(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- getMSIClientId() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ISQLServerDataSource.getUser()
instead. - getMSIClientId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated. Use
SQLServerDataSource.getUser()
instead. Returns the value for the connection property 'msiClientId'. - getMsiTokenCacheTtl() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Deprecated, for removal: This API element is subject to removal in a future version.Time-to-live is no longer supported for the cached Managed Identity tokens.
- getMsiTokenCacheTtl() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getMsiTokenCacheTtl() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Deprecated, for removal: This API element is subject to removal in a future version.Time-to-live is no longer supported for the cached Managed Identity tokens. This method will always return 0 and is for backwards compatibility only.
- getMsiTokenCacheTtl() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Time-to-live is no longer supported for the cached Managed Identity tokens. This method is a no-op for backwards compatibility only.
- getMultiSubnetFailover() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of the multiSubnetFailover connection property.
- getMultiSubnetFailover() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getName() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.InformationType
-
Returns the name of this
InformationType
Object - getName() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.Label
-
Returns the name of this
InformationType
Object - 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
-
Returns the name of this key store provider.
- getNCharacterStream(int) - 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.SQLServerCallableStatement
- getNCharacterStream(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getNClob(int) - 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.SQLServerCallableStatement
- 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(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getNString(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getNString(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getNumericFunctions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getNumPoints() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBLinearRing
-
Returns the number of points.
- getObject(int) - 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.SQLServerCallableStatement
- getObject(int, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getObject(int, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getObject(int, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getObject(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getObject(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getObject(String, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getObject(String, Class<T>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getObject(String, Map<String, Class<?>>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- 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
-
Returns an reference to the SQLServerDataSource instance getObjectInstance is a factory for rehydrating references to SQLServerDataSource and its child classes.
- getOffsetDateTime() - Method in class microsoft.sql.DateTimeOffset
-
Returns OffsetDateTime equivalent to this DateTimeOffset object.
- getOpenGISType() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Shape
-
Returns the openGISType value.
- getPacketSize() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the current network packet size used to communicate with SQL Server, specified in bytes.
- 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
- getParameterMetaData(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Returns parameter metadata for the prepared statement.
- getParameterMetaData(boolean) - 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
- getParentOffset() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Shape
-
Returns the parentOffset value.
- getPointOffset() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
-
Returns the pointOffset value.
- getPooledConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
- getPooledConnection(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
- getPort() - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
-
Returns the IP port of record.
- getPortNumber() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the current port number that is used to communicate with SQL Server.
- getPortNumber() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getPrecision() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns the precision of the type passed to the column.
- getPrecision(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
Returns the precision for the given column.
- getPrecision(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
- getPrecision(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- getPreparedStatementHandle() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
The server handle for this prepared statement.
- getPreparedStatementHandle() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- getPrepareMethod() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the behavior for a specific connection instance.
- getPrepareMethod() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value indicating the prepare method.
- getPrepareMethod() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getPrepareMethod() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getPrimaryKeys(String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getPriority() - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
-
Returns the priority of DNS SRV record.
- getProcedureColumns(String, String, String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getProcedureName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns name of the stored procedure where exception occurs as received from SQL Server
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the query timeout.
- getQueryTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getQueryTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- getRealm() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the realm for Kerberos authentication.
- getRealm() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getRef(int) - 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.SQLServerCallableStatement
- 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
- getReplication() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of the replication connection property.
- getReplication() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getResponseBuffering() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the response buffering mode for this SQLServerDataSource object.
- getResponseBuffering() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
-
Returns the response buffering mode for this SQLServerStatement object.
- 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
- getRowData() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
Returns the data for the current row as an array of Objects.
- getRowData() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
-
Returns 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(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getRowId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerSavepoint
-
Returns the savepoint name
- getSavepointName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
- getScale() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns the scale of the type passed to the column.
- getScale(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
Returns the scale for the given column.
- 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
- getSegmentType() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Segment
-
Returns the segmentType value.
- getSelectMethod() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the default cursor type used for all result sets that are created by using this SQLServerDataSource object.
- getSelectMethod() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSendStringParametersAsUnicode() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns whether sending string parameters to the server in UNICODE format is enabled.
- getSendStringParametersAsUnicode() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSendTemporalDataTypesAsStringForBulkCopy() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the current flag for value sendTemporalDataTypesAsStringForBulkCopy
- getSendTemporalDataTypesAsStringForBulkCopy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSendTimeAsDatetime() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the value of the sendTimeAsDatetime property.
- getSendTimeAsDatetime() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of the sendTimeAsDatetime connection property.
- getSendTimeAsDatetime() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getSendTimeAsDatetime() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSensitivityClassification() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the Data Classification information for the current ResultSet For SQL Servers that do not support Data Classification or results that do not fetch any classified columns, this data can be null.
- getSensitivityClassification() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSensitivityProperties() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.ColumnSensitivity
-
Returns the list of sensitivity properties as received from Server for this
ColumnSensitivity
information - getSensitivityRank() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
-
Returns the sensitivity rank
- getSensitivityRank() - Method in class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
-
Returns the sensitivity rank for this
SensitivityProperty
Object - getServerCertificate() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the path to the server certificate.
- getServerCertificate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getServerCursorId() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Returns the server cursor id
- getServerName() - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
-
Returns the DNS server name.
- getServerName() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the name of the SQL Server instance.
- getServerName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getServerName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerError
-
Returns name of the server where exception occurs as received from SQL Server
- getServerNameAsACE() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns if the serverName should be translated from Unicode to ASCII Compatible Encoding (ACE).
- getServerNameAsACE() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getServerPreparedStatementDiscardThreshold() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the behavior for a specific connection instance.
- getServerPreparedStatementDiscardThreshold() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of the setting that controls how many outstanding prepared statement discard actions (sp_unprepare) can be outstanding per connection before a call to clean-up the outstanding handles on the server is executed.
- getServerPreparedStatementDiscardThreshold() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getServerPreparedStatementDiscardThreshold() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getServerSpn() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the server spn.
- getServerSpn() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getShort(int) - 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.SQLServerCallableStatement
- getShort(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSmallDateTime(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getSmallDateTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSmallDateTime(int, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(int, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getSmallDateTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSmallDateTime(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getSmallDateTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSmallDateTime(String, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(String, Calendar) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
- getSmallDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getSmallDateTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSmallMoney(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getSmallMoney(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getSmallMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getSmallMoney(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSmallMoney(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getSmallMoney(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the column specified as a java.math.BigDecimal object.
- getSmallMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getSmallMoney(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSocketFactoryClass() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'socketFactoryClass'.
- getSocketFactoryClass() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSocketFactoryConstructorArg() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'socketFactoryConstructorArg'.
- getSocketFactoryConstructorArg() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSocketTimeout() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the socket timeout value.
- getSocketTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getSortOrder() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns the sort order.
- getSortOrdinal() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns the sort ordinal.
- getSQLKeywords() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getSQLServerError() - Method in exception com.microsoft.sqlserver.jdbc.SQLServerException
-
Returns SQLServerError object containing detailed info about exception as received from SQL Server.
- getSQLStateType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getSqlType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns the java sql type.
- getSQLXML(int) - 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.SQLServerCallableStatement
- getSQLXML(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getSrid() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the Spatial Reference Identifier (SRID) value.
- getSrid() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Spatial Reference Identifier (SRID) value.
- getSSLProtocol() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value of connection property 'sslProtocol'.
- getSSLProtocol() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getStatement() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getStatementHandleCacheEntryCount() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the current number of pooled prepared statement handles.
- getStatementHandleCacheEntryCount() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getStatementPoolingCacheSize() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the size of the prepared statement cache for this connection.
- getStatementPoolingCacheSize() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the size of the prepared statement cache for this connection.
- getStatementPoolingCacheSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getStatementPoolingCacheSize() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getStmtColumnEncriptionSetting() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Returns the statement column encryption encryption setting
- getString(int) - 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.SQLServerCallableStatement
- 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
-
Returns the temporal object from CSV This method is called against jdbc41, but it require jdbc42 to work therefore, we will throw exception.
- getTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTime(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTime(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTime(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTime(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTimeDateFunctions() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getTimestamp() - Method in class microsoft.sql.DateTimeOffset
-
Returns this DateTimeOffset object's timestamp value.
- getTimestamp(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTimestamp(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTimestamp(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTimestamp(int, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTimestamp(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTimestamp(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTimestamp(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getTimestamp(String, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getTransactionIsolation() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getTransactionTimeout() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
- getTransparentNetworkIPResolution() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the TransparentNetworkIPResolution value.
- getTransparentNetworkIPResolution() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getTrustManagerClass() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'trustManagerClass'.
- getTrustManagerClass() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getTrustManagerConstructorArg() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value for the connection property 'trustManagerConstructorArg'.
- getTrustManagerConstructorArg() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getTrustServerCertificate() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns a boolean value that indicates if the trustServerCertificate property is enabled.
- getTrustServerCertificate() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getTrustStore() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the path (including file name) to the certificate trustStore file.
- getTrustStore() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getTrustStoreType() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the keyStore Type for the trustStore.
- getTrustStoreType() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getTvpName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Returns name of TVP type set by
SQLServerDataTable.setTvpName(String)
. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a String object in the Java programming language.
- getUniqueIdentifier(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getUniqueIdentifier(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Returns the value of the designated column in the current row of this ResultSet object as a String object in the Java programming language.
- 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
-
Returns the URL that is used to connect to the data source.
- 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.SQLServerCallableStatement
- getURL(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- getURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- getUseBulkCopyForBatchInsert() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the useBulkCopyForBatchInsert value.
- getUseBulkCopyForBatchInsert() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns whether the use Bulk Copy API is used for Batch Insert.
- getUseBulkCopyForBatchInsert() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Returns the useBulkCopyForBatchInsert value.
- getUseBulkCopyForBatchInsert() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getUseDefaultGSSCredential() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the useDefaultGSSCredential.
- getUseDefaultGSSCredential() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getUseDefaultJaasConfig() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns whether the default JAAS Configuration should be used
- getUseDefaultJaasConfig() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getUseFlexibleCallableStatements() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns whether or not sp_sproc_columns is being used for parameter name lookup.
- getUseFlexibleCallableStatements() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Returns whether or not sp_sproc_columns is being used for parameter name lookup.
- getUseFlexibleCallableStatements() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getUseFmtOnly() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns the current flag value for useFmtOnly.
- getUseFmtOnly() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the current flag value for useFmtOnly.
- getUseFmtOnly() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Returns the current flag value for useFmtOnly.
- getUseFmtOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- getUseFmtOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getUseFmtOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- getUser() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the user name that is used to connect the data source.
- getUser() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getUserName() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- getUsernameRequested() - Method in class com.microsoft.sqlserver.jdbc.KerbCallback
-
Returns if a name was retrieved By Kerberos.
- getValue() - Method in enum com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
Get rank value
- 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
- getWeight() - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
-
Returns the weight of DNS record from 0 to 65535.
- getWkbPoints() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBLinearRing
-
Returns the WKB points.
- getWorkstationID() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the name of the client computer name that is used to connect to the data source.
- getWorkstationID() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getX() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the X coordinate value.
- getX() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Point
-
Returns the x coordinate value.
- getX() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBPoint
-
Returns the x coordinate value.
- getXAConnection() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
-
Returns a physical database connection to particate in an XA transaction.
- getXAConnection(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
-
Returns a physical database connection to particate in an XA transaction with the specified user and password.
- getXAResource() - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAConnection
- getXopenStates() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns the value that indicates if converting SQL states to XOPEN compliant states is enabled.
- getXopenStates() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- getY() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Y coordinate value.
- getY() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Point
-
Returns the y coordinate value.
- getY() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBPoint
-
Returns the y coordinate value.
- getZ() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the Z (elevation) value of the object.
- getZ() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Z (elevation) value of the object.
- getZ() - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Point
-
Returns the z (elevation) value.
- GUID - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GUID.
H
- handle(Callback[]) - Method in class com.microsoft.sqlserver.jdbc.KerbCallback
- hashCode() - Method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
- hashCode() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
- hashCode() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
- hashCode() - Method in class microsoft.sql.DateTimeOffset
- hasM() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns if the object contains a M (measure) value.
- hasM() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns if the object contains a M (measure) value.
- hasZ() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns if the object contains a Z (elevation) value.
- hasZ() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns if the object contains a Z (elevation) value.
- HIGH - com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
rank HIGH
I
- increaseCounter(long) - Method in class com.microsoft.sqlserver.jdbc.MaxResultBufferCounter
- InformationType - Class in com.microsoft.sqlserver.jdbc.dataclassification
-
Represents the Data Classification Information Types as received from SQL Server for the active resultSet
- InformationType(String, String) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.InformationType
-
Constructs a InformationType
- insertRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- insertsAreDetected(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- invalidateEnclaveSession() - Method in class com.microsoft.sqlserver.jdbc.SQLServerAASEnclaveProvider
- invalidateEnclaveSession() - Method in class com.microsoft.sqlserver.jdbc.SQLServerNoneEnclaveProvider
- invalidateEnclaveSession() - Method in class com.microsoft.sqlserver.jdbc.SQLServerVSMEnclaveProvider
- isAfterLast() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- isAllowEncryptedValueModifications() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns if allowEncryptedValueModifications option is enabled or not
- isAutoIncrement(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Returns whether the column represents an identity column.
- isAutoIncrement(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- isBeforeFirst() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Returns if the cursor is before the first row in this result set.
- 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
-
Returns 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
- isEmpty(CharSequence) - Static method in class com.microsoft.sqlserver.jdbc.StringUtils
-
Returns if String is null
- isEscapeColumnDelimitersCSV() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
-
Returns whether the rules to escape delimiters are used.
- isFireTriggers() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns if the server should fire insert triggers for rows being inserted into the database.
- isFirst() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Returns whether the cursor is on the first row of this
ResultSet
object. - isForwardOnly() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
-
Check if type is ForwardOnly
- isInteger(String) - Static method in class com.microsoft.sqlserver.jdbc.StringUtils
-
Returns if string is integer or not
- isKeepIdentity() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns whether or not to preserve any source identity values.
- isKeepNulls() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns 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
-
Returns whether the cursor is on the last row of this
ResultSet
object. - isNamed() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerSavepoint
-
Returns if the savepoint label is null
- isNamed() - Method in class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
- isNull() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns if the Geography object is null.
- isNull() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns if the Geometry object is null.
- isNullable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
- isNullable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- isNumeric(String) - Static method in class com.microsoft.sqlserver.jdbc.StringUtils
-
Returns if String is numeric or not.
- isPoolable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- ISQLServerBulkData - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface used to create classes that read in data from any source (such as a file) and allows a SQLServerBulkCopy class to write the data to SQL Server tables.
- ISQLServerBulkRecord - Interface in com.microsoft.sqlserver.jdbc
-
Deprecated.as of 8.1.0, because the interface contains methods which are not called as part of actual bulk copy process. Use
ISQLServerBulkData
} instead. - ISQLServerCallableStatement - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerCallableStatement
class. - ISQLServerConnection - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerConnection
andSQLServerConnectionPoolProxy
classes. - ISQLServerConnection43 - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerConnection43
class. - ISQLServerDataRecord - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface 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
-
Provides a factory to create connections to the data source represented by this object.
- ISQLServerPreparedStatement - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerPreparedStatement
class. - ISQLServerResultSet - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerResultSet
class. - ISQLServerResultSetMetaData - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerResultSetMetaData
class. - ISQLServerSavepoint - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerSavepoint
class. - ISQLServerStatement - Interface in com.microsoft.sqlserver.jdbc
-
Provides an interface to the
SQLServerStatement
class. - 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
- isRealmValid(String) - Static method in class com.microsoft.sqlserver.jdbc.dns.DNSKerberosLocator
-
Returns whether a realm is valid by retrieving the KDC list in DNS SRV records.
- isRegistered() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
-
Checks whether the driver has been registered with the driver manager.
- isSameRM(XAResource) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
- isSearchable(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- isSetByIndex - Variable in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Checks if the prepared statement's parameters were set by index
- isSetByName - Variable in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Checks if the callable statement's parameters are set by name
- isSigned(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerParameterMetaData
-
Returns if a supplied parameter index is valid.
- isSigned(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- isSparseColumnSet(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSetMetaData
-
Returns if the column is a SQLServer SparseColumnSet.
- isSparseColumnSet(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
- isStatementPoolingEnabled() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Returns whether statement pooling is enabled or not for this connection.
- isStatementPoolingEnabled() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- isTableLock() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns 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
-
Returns whether the column is unique.
- isUseInternalTransaction() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Returns whether each batch of the bulk-copy operation will occur within a transaction or not.
- isValid(int) - Static method in enum com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
Check if sensitivity rank value is valid
- 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
- JaasConfiguration - Class in com.microsoft.sqlserver.jdbc
-
Overrides JAAS Configuration and always provide a configuration is not defined for default configuration.
- jdbcCompliant() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
K
- KerbCallback - Class in com.microsoft.sqlserver.jdbc
-
Provides implemention of the callback handler for Kerberos.
L
- Label - Class in com.microsoft.sqlserver.jdbc.dataclassification
-
Represents the Data Classification Labels as received from SQL Server for the active resultSet
- Label(String, String) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.Label
-
Constructs a Label
- 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
- locatorsUpdateCopy() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- LOW - com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
rank LOW
M
- MaxResultBufferCounter - Class in com.microsoft.sqlserver.jdbc
-
Implementation of ICounter for 'maxResultBuffer' property.
- MaxResultBufferCounter(long) - Constructor for class com.microsoft.sqlserver.jdbc.MaxResultBufferCounter
-
Creates a MaxResultBufferCounter with the given max results buffer
- MaxResultBufferParser - Class in com.microsoft.sqlserver.jdbc
-
Parser created to parse String value from Connection String to equivalent number of bytes for JDBC Driver to work on.
- MEDIUM - com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
rank MEDIUM
- microsoft.sql - package microsoft.sql
- MONEY - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type MONEY.
- 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
- needsReconnect() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Returns if Federated Authentication is in use or is about to expire soon
- next() - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
-
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
-
Moves the cursor to the first row of this ResultSet object initially, then subsequent calls move the cursor to the second row, the third row, and so on.
- NONE - com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
rank NONE
- NOT_DEFINED - com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
rank not defined
- 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
- parse(String) - Static method in class com.microsoft.sqlserver.jdbc.Geography
-
Constructor for a Geography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.
- parse(String) - Static method in class com.microsoft.sqlserver.jdbc.Geometry
-
Constructor for a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.
- parseFromDNSRecord(String) - Static method in class com.microsoft.sqlserver.jdbc.dns.DNSRecordSRV
-
Parses a DNS SRC Record from a DNS String record.
- PersistentTokenCacheAccessAspect - Class in com.microsoft.sqlserver.jdbc
-
Access aspect for accessing the token cache.
- point(double, double, int) - Static method in class com.microsoft.sqlserver.jdbc.Geography
-
Constructor for a Geography instance that represents a Point instance from its latitude and longitude values and a Spatial Reference Identifier.
- point(double, double, int) - Static method in class com.microsoft.sqlserver.jdbc.Geometry
-
Constructor for a Geometry instance that represents a Point instance from its X and Y values and an Spatial Reference Identifier.
- Point - Class in com.microsoft.sqlserver.jdbc.spatialdatatypes
-
Represents the internal makings of a Point.
- Point(double, double, double, double) - Constructor for class com.microsoft.sqlserver.jdbc.spatialdatatypes.Point
-
Creates a Point object
- position(byte[], long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- position(Blob, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Creates a
CallableStatement
object that will generateResultSet
objects with the given type and concurrency. - 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) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Creates a default
PreparedStatement
object capable of returning the auto-generated keys designated by the given array. - prepareStatement(String, int[], SQLServerStatementColumnEncryptionSetting) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Creates a
PreparedStatement
object that will generateResultSet
objects with the given type, concurrency, and holdability. - prepareStatement(String, int, int, int, SQLServerStatementColumnEncryptionSetting) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- prepareStatement(String, int, SQLServerStatementColumnEncryptionSetting) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Creates a default
PreparedStatement
object that has the capability to retrieve auto-generated keys. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Creates a default
PreparedStatement
object capable of returning the auto-generated keys designated by the given array. - 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
- refresh() - Method in class com.microsoft.sqlserver.jdbc.JaasConfiguration
- refreshRow() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- register() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerDriver
-
Registers the driver with DriverManager.
- registerColumnEncryptionKeyStoreProviders(Map<String, SQLServerColumnEncryptionKeyStoreProvider>) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Registers key store providers in the globalCustomColumnEncryptionKeyStoreProviders.
- registerColumnEncryptionKeyStoreProvidersOnConnection(Map<String, SQLServerColumnEncryptionKeyStoreProvider>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Registers connection-level key store providers, replacing all existing providers.
- registerColumnEncryptionKeyStoreProvidersOnStatement(Map<String, SQLServerColumnEncryptionKeyStoreProvider>) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Registers statement-level key store providers, replacing all existing providers.
- registerOutParameter(int, int) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Registers the parameter in ordinal position index to be of JDBC type sqlType.
- registerOutParameter(int, int, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(int, int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(int, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(int, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(int, SQLType, int, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Registers the parameter in ordinal position index to be of JDBC type sqlType.
- registerOutParameter(int, SQLType, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(int, SQLType, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(String, int) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Registers the parameter in ordinal position index to be of JDBC type sqlType.
- registerOutParameter(String, 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, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(String, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(String, SQLType, int, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Registers the parameter in ordinal position index to be of JDBC type sqlType.
- registerOutParameter(String, SQLType, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- registerOutParameter(String, SQLType, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- 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
-
Removes the trusted Master key Path from the columnEncryptionTrustedMasterKeyPaths.
- removeConnectionEventListener(ConnectionEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
- removeStatementEventListener(StatementEventListener) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
- resetCounter() - Method in class com.microsoft.sqlserver.jdbc.MaxResultBufferCounter
- RESULTSET_ONLY - com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting
-
Parameters will not be encrypted, only the ResultSet will be decrypted.
- rollback() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- 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
- Segment - Class in com.microsoft.sqlserver.jdbc.spatialdatatypes
-
Represents the internal makings of a Segment.
- Segment(byte) - Constructor for class com.microsoft.sqlserver.jdbc.spatialdatatypes.Segment
-
Creates a Segment object
- SensitivityClassification - Class in com.microsoft.sqlserver.jdbc.dataclassification
-
Provides the functionality to retrieve Sensitivity Classification data as received from SQL Server for the active resultSet
- SensitivityClassification(List<Label>, List<InformationType>, List<ColumnSensitivity>) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
-
Constructs a
SensitivityClassification
Object - SensitivityClassification(List<Label>, List<InformationType>, List<ColumnSensitivity>, int) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
-
Constructs a
SensitivityClassification
Object - SensitivityClassification.SensitivityRank - Enum in com.microsoft.sqlserver.jdbc.dataclassification
-
Sensitivity Rank https://docs.microsoft.com/sql/relational-databases/system-catalog-views/sys-sensitivity-classifications-transact-sql
- SensitivityProperty - Class in com.microsoft.sqlserver.jdbc.dataclassification
-
Represents the Data Classification Sensitivity Property as received from SQL Server for the active resultSet
- SensitivityProperty(Label, InformationType) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
-
Constructs a SensitivityProperty
- SensitivityProperty(Label, InformationType, int) - Constructor for class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
-
Constructs a SensitivityProperty
- serialize() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the bytes that represent an internal SQL Server format of Geography type.
- serialize() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the bytes that represent an internal SQL Server format of Geometry type.
- setAADSecurePrincipalId(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ISQLServerDataSource.setUser(String user)
instead - setAADSecurePrincipalId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setAADSecurePrincipalSecret(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setAADSecurePrincipalSecret(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setAccessToken(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the access token.
- setAccessToken(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setAccessTokenCallback(SQLServerAccessTokenCallback) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the
SQLServerAccessTokenCallback
delegate. - setAccessTokenCallback(SQLServerAccessTokenCallback) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the
SQLServerAccessTokenCallback
delegate. - setAccessTokenCallbackClass(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets 'accessTokenCallbackClass' to the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - setAccessTokenCallbackClass(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets 'accessTokenCallbackClass' to the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - setAccessTokenCallbackClass(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Sets 'accessTokenCallbackClass' to the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - setAccessTokenCallbackClass(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets 'accessTokenCallbackClass' to the fully qualified class name of the implementing class for
SQLServerAccessTokenCallback
. - setAllowEncryptedValueModifications(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Sets whether the driver would send data as is or would decrypt the data and encrypt it again before sending to SQL Server
- setApplicationIntent(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the application intent.
- setApplicationIntent(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setApplicationName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the application name.
- setApplicationName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the specific application in various SQL Server profiling and logging tools.
- setArray(int, Array) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- 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
- 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
- setAuthentication(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the authentication mode.
- setAuthentication(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setAuthenticationScheme(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the kind of integrated security you want your application to use.
- 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(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBigDecimal(int, BigDecimal, int, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setBigDecimal(int, BigDecimal, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBigDecimal(int, BigDecimal, int, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setBigDecimal(int, BigDecimal, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBigDecimal(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setBigDecimal(String, BigDecimal, int, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setBigDecimal(String, BigDecimal, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setBigDecimal(String, BigDecimal, int, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setBigDecimal(String, BigDecimal, int, int, boolean) - 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
- setBinaryStream(long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- 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
- setBlob(int, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBlob(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBlob(int, Blob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBlob(String, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setBlob(String, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setBlob(String, Blob) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
boolean
value. - setBoolean(int, boolean, boolean) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
boolean
value. - setBoolean(String, boolean, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setBulkCopyOptions(SQLServerBulkCopyOptions) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
-
Update the behavior of the SQLServerBulkCopy instance according to the options supplied, if supplied SQLServerBulkCopyOption is not null.
- 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(int, byte) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setByte(int, byte, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
byte
value. - setByte(int, byte, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setByte(String, byte) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setByte(String, byte, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
byte
value. - setByte(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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[], boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setBytes(long, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- setBytes(long, byte[], int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- setBytes(String, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setBytes(String, byte[], boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(String, byte[], boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setCalcBigDecimalPrecision(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Specifies whether to calculate precision from inputted big decimal values.
- setCalcBigDecimalPrecision(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Returns value of 'calcBigDecimalPrecision' from Connection String.
- setCalcBigDecimalPrecision(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setCalcBigDecimalPrecision(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the 'calcBigDecimalPrecision' setting.
- setCancelQueryTimeout(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the cancel timeout.
- setCancelQueryTimeout(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
-
Sets the
cancelQueryTimeout
property on this SQLServerStatement object to cancelqueryTimeout
set onConnection
orStatement
level. - setCancelQueryTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setCancelQueryTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setCatalog(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- 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
- 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
- setCheckConstraints(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Sets whether constraints are to be checked while data is being inserted or not.
- setClientCertificate(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets client certificate path for client certificate authentication.
- setClientCertificate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setClientInfo(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setClientInfo(Properties) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setClientKey(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets Private key file path for client certificate authentication.
- setClientKey(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setClientKeyPassword(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the password to be used for Private key provided by the user for client certificate authentication.
- setClientKeyPassword(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setClob(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setClob(int, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setClob(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setClob(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setClob(String, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setColumnEncryptionCacheTtl(Duration) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Sets the the time-to-live for items in the columnEncryptionKeyCache.
- setColumnEncryptionCacheTtl(Duration) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
-
Sets the the time-to-live for items in the cache of column encryption keys in the key store provider.
- setColumnEncryptionKeyCacheTtl(int, TimeUnit) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Sets time-to-live for column encryption key entries in the column encryption key cache for the Always Encrypted feature.
- setColumnEncryptionSetting(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value to enable/disable Always Encrypted functionality for the data source object.
- setColumnEncryptionSetting(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the Column Encryption setting.
- setColumnEncryptionTrustedMasterKeyPaths(Map<String, List<String>>) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Sets Trusted Master Key Paths in the columnEncryptionTrustedMasterKeyPaths.
- setConnectRetryCount(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the maximum number of attempts to reestablish a broken connection.
- setConnectRetryCount(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setConnectRetryInterval(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the interval, in seconds, between attempts to reestablish a broken connection.
- setConnectRetryInterval(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setCursorName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setDatabaseName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the database name to connect to.
- setDatabaseName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the the database to connect to.
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Date
value, using the givenCalendar
object. - setDate(int, Date, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDate(String, Date) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDate(String, Date, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDate(String, Date, Calendar, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Date
value, using the givenCalendar
object. - setDate(String, Date, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDateTime(int, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDateTime(int, Timestamp, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setDateTime(int, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDateTime(String, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDateTime(String, Timestamp, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setDateTime(String, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDateTimeOffset(int, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
microsoft.sql.DateTimeOffset
value. - setDateTimeOffset(int, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDateTimeOffset(int, DateTimeOffset, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
microsoft.sql.DatetimeOffset
value. - setDateTimeOffset(int, DateTimeOffset, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDateTimeOffset(int, DateTimeOffset, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
microsoft.sql.DatetimeOffset
value. - setDateTimeOffset(int, DateTimeOffset, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDateTimeOffset(String, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets parameter parameterName to DateTimeOffset value.
- setDateTimeOffset(String, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDateTimeOffset(String, DateTimeOffset, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets parameter parameterName to DateTimeOffset value.
- setDateTimeOffset(String, DateTimeOffset, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDateTimeOffset(String, DateTimeOffset, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets parameter parameterName to DateTimeOffset value.
- setDateTimeOffset(String, DateTimeOffset, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDatetimeParameterType(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the value of the datetimeParameterType connection property, which controls how date and time parameters are sent to the server against SQL Server 2008+.
- setDatetimeParameterType(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the SQL server datatype to use for Java datetime and timestamp values.
- setDatetimeParameterType(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setDatetimeParameterType(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setDelayLoadingLobs(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Specifies the flag to immediately load LOB objects into memory.
- setDelayLoadingLobs(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Specifies the flag to load LOBs instead of streaming them.
- setDelayLoadingLobs(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setDelayLoadingLobs(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setDescription(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the description of the data source.
- setDescription(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the DataSource description.
- setDestinationTableName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
-
Sets the name of the destination table on the server.
- setDisableStatementPooling(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the value to Disable/enable statement pooling.
- setDisableStatementPooling(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value to disable/enable statement pooling.
- setDisableStatementPooling(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setDisableStatementPooling(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setDomain(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the 'domain' connection property used for NTLM Authentication.
- setDomain(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setDouble(int, double) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDouble(int, double, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
double
value. - setDouble(int, double, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setDouble(String, double) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setDouble(String, double, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
double
value. - setDouble(String, double, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setEnablePrepareOnFirstPreparedStatementCall(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the behavior for a specific connection instance.
- setEnablePrepareOnFirstPreparedStatementCall(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value that enables/disables whether the first execution of a prepared statement will call sp_executesql and not prepare a statement.
- setEnablePrepareOnFirstPreparedStatementCall(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setEnablePrepareOnFirstPreparedStatementCall(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setEnclaveAttestationProtocol(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the enclave attestation protocol to be used in Always Encrypted with Secure Enclaves.
- setEnclaveAttestationProtocol(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setEnclaveAttestationUrl(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the enclave attestation URL used in Always Encrypted with Secure Enclaves.
- setEnclaveAttestationUrl(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setEncrypt(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setEncrypt(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setEncrypt(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the option whether TLS encryption is used.
- setEncrypt(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setEscapeColumnDelimitersCSV(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
-
When set to true, the following rules will be used to parse CSV files: Each field may or may not be enclosed in double quotes.
- setEscapeProcessing(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setFailoverPartner(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the name of the failover server that is used in a database mirroring configuration.
- setFailoverPartner(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the fail over partner of the target SQL Server.
- 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
- setFigureOffset(int) - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Shape
-
Sets the figureOffset value.
- setFiguresAttribute(byte) - Method in class com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
-
Sets the figuresAttribute value.
- setFIPS(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets whether Fips Mode should be enabled/disabled on the connection.
- setFIPS(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- 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(int, float) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setFloat(int, float, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
float
value. - setFloat(int, float, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setFloat(String, float) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setFloat(String, float, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
float
value. - setFloat(String, float, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setGeography(int, Geography) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
microsoft.sql.Geography
Class object. - setGeography(int, Geography) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setGeometry(int, Geometry) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
microsoft.sql.Geometry
Class object. - setGeometry(int, Geometry) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setGSSCredentials(GSSCredential) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the GSSCredential.
- setGSSCredentials(GSSCredential) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setHoldability(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setHostNameInCertificate(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the host name to be used in validating the SQL Server Secure Sockets Layer (SSL) certificate.
- setHostNameInCertificate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setIgnoreOffsetOnDateTimeOffsetConversion(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Specifies the flag to ignore offset when converting DATETIMEOFFSET to LocalDateTime.
- setIgnoreOffsetOnDateTimeOffsetConversion(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setInstanceName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the SQL Server instance name.
- setInstanceName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the the SQL Server instance name to connect to.
- setInt(int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setInt(int, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
int
value. - setInt(int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setInt(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setInt(String, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
int
value. - setInt(String, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setIntegratedSecurity(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets a Boolean value that indicates if the integratedSecurity property is enabled.
- setIntegratedSecurity(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setIPAddressPreference(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the name of the preferred type of IP Address.
- setIPAddressPreference(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the name of the preferred type of IP Address.
- setIPAddressPreference(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setIPAddressPreference(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Set the preferred type of IP Address
- setJAASConfigurationName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the login configuration name for Kerberos authentication.
- setJAASConfigurationName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setJASSConfigurationName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setJASSConfigurationName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the name that identifies a key store.
- setKeyStoreAuthentication(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setKeyStoreLocation(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the location including the file name for the Java keystore.
- setKeyStoreLocation(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setKeyStorePrincipalId(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value for the connection property 'keyStorePrincipalId'.
- setKeyStorePrincipalId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setKeyStoreSecret(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the password for the Java keystore.
- setKeyStoreSecret(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setKeyVaultProviderClientId(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the Azure Key Vault (AKV) Provider Client Id to provided value to be used for column encryption.
- setKeyVaultProviderClientId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setKeyVaultProviderClientKey(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the Azure Key Vault (AKV) Provider Client Key to provided value to be used for column encryption.
- setKeyVaultProviderClientKey(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
-
Sets a Boolean value that indicates if the lastUpdateCount property is enabled.
- setLastUpdateCount(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setLockTimeout(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets an int value that indicates the number of milliseconds to wait before the database reports a lock time out.
- setLockTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the lock timeout value.
- setLoginTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- setLogWriter(PrintWriter) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setLong(int, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setLong(int, long, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
long
value. - setLong(int, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setLong(String, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setLong(String, long, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
long
value. - setLong(String, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setMaxFieldSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setMaxResultBuffer(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value for 'maxResultBuffer' property
- setMaxResultBuffer(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setMaxRows(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setMoney(int, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setMoney(int, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setMoney(String, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
java.math.BigDecimal
value. - setMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setMoney(String, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
java.math.BigDecimal
value. - setMoney(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setMSIClientId(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ISQLServerDataSource.setUser(String user)
instead. - setMSIClientId(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated. Use
SQLServerDataSource.setUser(String user)
instead. Sets the client id to be used to retrieve the access token for a user-assigned Managed Identity. - setMsiTokenCacheTtl(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Deprecated, for removal: This API element is subject to removal in a future version.Time-to-live is no longer supported for the cached Managed Identity tokens.
- setMsiTokenCacheTtl(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setMsiTokenCacheTtl(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Deprecated, for removal: This API element is subject to removal in a future version.Time-to-live is no longer supported for the cached Managed Identity tokens. This method is a no-op for backwards compatibility only.
- setMsiTokenCacheTtl(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Deprecated, for removal: This API element is subject to removal in a future version.Time-to-live is no longer supported for the cached Managed Identity tokens. This method will always return 0 and is for backwards compatibility only.
- setMultiSubnetFailover(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value of the multiSubnetFailover connection property.
- 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
-
Sets the name of this key store provider.
- setNCharacterStream(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNCharacterStream(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNCharacterStream(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNClob(int, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNClob(int, NClob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNClob(String, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNClob(String, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNClob(String, NClob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNetworkTimeout(Executor, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setNString(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNString(int, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
String
object. - setNString(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setNString(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNString(String, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
String
object. - setNString(String, String, boolean) - 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
- setNull(String, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setNull(String, int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int, Integer, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setObject(int, Object, int, Integer, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the value of the designated parameter with the given object.
- 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.SQLServerPreparedStatement
- setObject(int, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setObject(int, Object, SQLType, Integer, Integer) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setObject(int, Object, SQLType, Integer, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType, Integer, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setObject(String, Object, int, Integer, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the value of the designated parameter with the given object.
- 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.SQLServerCallableStatement
- setObject(String, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setObject(String, Object, SQLType, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setPacketSize(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the current network packet size used to communicate with SQL Server, specified in bytes.
- setPacketSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the packet size.
- setPassword(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the password that will be used to connect to SQL Server.
- setPassword(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the password that will be used when connecting to SQL Server.
- setPoolable(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setPortNumber(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the port number to be used to communicate with SQL Server.
- setPortNumber(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the TCP-IP port number used when opening a socket connection to SQL Server.
- setPrepareMethod(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the behavior for the prepare method.
- setPrepareMethod(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the behavior for the prepare method.
- setPrepareMethod(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setPrepareMethod(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setQueryTimeout(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Setting the query timeout.
- setQueryTimeout(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
- setRealm(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the realm for Kerberos authentication.
- setRealm(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the realm for Kerberos authentication.
- setRef(int, Ref) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setReplication(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value to enable/disable the replication connection property.
- setReplication(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setResponseBuffering(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the response buffering mode for connections created by using this SQLServerDataSource object.
- setResponseBuffering(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
-
Sets the response buffering mode for this SQLServerStatement object to case-insensitive String full or adaptive.
- setResponseBuffering(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setResponseBuffering(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerStatement
- setRowId(int, RowId) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setRowId(String, RowId) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSavepoint() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setSavepoint(String) - 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
-
Sets the default cursor type that is used for all result sets that are created by using this SQLServerDataSource object.
- setSelectMethod(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the default cursor type used for the result set.
- setSendStringParametersAsUnicode(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets a boolean value that indicates if sending string parameters to the server in UNICODE format is enabled.
- setSendStringParametersAsUnicode(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets whether string parameters are sent to the server in UNICODE format.
- setSendTemporalDataTypesAsStringForBulkCopy(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Specifies the flag to send temporal datatypes as String for Bulk Copy.
- setSendTemporalDataTypesAsStringForBulkCopy(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setSendTimeAsDatetime(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the value of the sendTimeAsDatetime connection property.
- setSendTimeAsDatetime(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value to enable/disable the sendTimeAsDatetime connection property.
- setSendTimeAsDatetime(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setSendTimeAsDatetime(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setServerCertificate(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the connection property 'serverCertificate' on the connection.
- setServerCertificate(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setServerName(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the name of the computer that is running SQL Server.
- setServerName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the host name of the target SQL Server.
- setServerNameAsACE(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets whether the serverName will be translated from Unicode to ASCII Compatible Encoding (ACE).
- setServerNameAsACE(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setServerPreparedStatementDiscardThreshold(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the behavior for a specific connection instance.
- setServerPreparedStatementDiscardThreshold(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value that controls how many outstanding prepared statement discard actions (sp_unprepare) can be outstanding per connection before a call to clean-up the outstanding handles on the server is executed.
- setServerPreparedStatementDiscardThreshold(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setServerPreparedStatementDiscardThreshold(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setServerSpn(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the server spn.
- setServerSpn(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the Service Principal Name (SPN) of the target SQL Server.
- setShardingKey(ShardingKey) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection43
- setShardingKey(ShardingKey, ShardingKey) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection43
- setShardingKeyIfValid(ShardingKey, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection43
- setShardingKeyIfValid(ShardingKey, ShardingKey, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection43
- setShort(int, short) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setShort(int, short, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
short
value. - setShort(int, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setShort(String, short) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setShort(String, short, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
short
value. - setShort(String, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSmallDateTime(int, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setSmallDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setSmallDateTime(int, Timestamp, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setSmallDateTime(int, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setSmallDateTime(String, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setSmallDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSmallDateTime(String, Timestamp, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setSmallDateTime(String, Timestamp, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSmallMoney(int, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setSmallMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setSmallMoney(int, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setSmallMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setSmallMoney(String, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
java.math.BigDecimal
value. - setSmallMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSmallMoney(String, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
java.math.BigDecimal
value. - setSmallMoney(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSocketFactoryClass(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the connection property 'socketFactoryClass' on the connection.
- setSocketFactoryClass(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setSocketFactoryConstructorArg(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets Constructor Arguments to be provided on constructor of 'socketFactoryClass'.
- setSocketFactoryConstructorArg(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setSocketTimeout(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the socket timeout value.
- setSocketTimeout(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setSQLXML(int, SQLXML) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setSQLXML(String, SQLXML) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setSSLProtocol(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the sslProtocol property for connection Set this value to specify TLS protocol keyword.
- setSSLProtocol(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setStatementPoolingCacheSize(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Sets the size of the prepared statement cache for this connection.
- setStatementPoolingCacheSize(int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the size of the prepared statement cache for this connection.
- setStatementPoolingCacheSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setStatementPoolingCacheSize(int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setString(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setString(int, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given Java
String
value. - setString(int, String, boolean) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given Java
String
value. - setString(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setStructured(int, String, ISQLServerDataRecord) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the server bulk record to populate a table valued parameter.
- setStructured(int, String, ISQLServerDataRecord) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setStructured(int, String, SQLServerDataTable) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the data table to populates a table valued parameter.
- setStructured(int, String, SQLServerDataTable) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setStructured(int, String, ResultSet) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the result set to populate a table-valued parameter.
- setStructured(int, String, ResultSet) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setStructured(String, String, ISQLServerDataRecord) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Populates a table valued parameter passed to a stored procedure with an ISQLServerDataRecord object.
- setStructured(String, String, ISQLServerDataRecord) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setStructured(String, String, SQLServerDataTable) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Populates a table valued parameter passed to a stored procedure with a data table.
- setStructured(String, String, SQLServerDataTable) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setStructured(String, String, ResultSet) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Populates a table valued parameter passed to a stored procedure with a ResultSet retrieved from another table
- setStructured(String, String, ResultSet) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- 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(int, Time) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setTime(int, Time, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - setTime(int, Time, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setTime(int, Time, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - setTime(int, Time, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setTime(String, Time) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTime(String, Time, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - setTime(String, Time, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTime(String, Time, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - setTime(String, Time, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTime(String, Time, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTime(String, Time, Calendar, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value, using the givenCalendar
object. - setTime(String, Time, Calendar, 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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(int, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setTimestamp(int, Timestamp, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(int, Timestamp, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setTimestamp(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTimestamp(String, Timestamp, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTimestamp(String, Timestamp, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTimestamp(String, Timestamp, Calendar) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTimestamp(String, Timestamp, Calendar, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(String, Timestamp, Calendar, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setTimestampWithTimezoneFormat(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Sets the format for reading in dates from the file.
- setTimestampWithTimezoneFormat(DateTimeFormatter) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Sets the format for reading in dates from the file.
- setTimeWithTimezoneFormat(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Sets the format for reading in dates from the file.
- setTimeWithTimezoneFormat(DateTimeFormatter) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Deprecated.Sets 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 interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value to enable/disable Transparent Network IP Resolution (TNIR).
- setTransparentNetworkIPResolution(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTrustManagerClass(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the connection property 'trustManagerClass' on the connection.
- setTrustManagerClass(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTrustManagerConstructorArg(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets Constructor Arguments to be provided on constructor of 'trustManagerClass'.
- setTrustManagerConstructorArg(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTrustServerCertificate(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets a boolean value that indicates if the trustServerCertificate property is enabled.
- setTrustServerCertificate(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTrustStore(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the path (including file name) to the certificate trustStore file.
- setTrustStore(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTrustStorePassword(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the password that is used to check the integrity of the trustStore data.
- setTrustStorePassword(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTrustStoreType(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the keystore type for the trustStore.
- setTrustStoreType(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setTvpName(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataTable
-
Sets the TVP Name.
- 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(int, String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given String.
- setUniqueIdentifier(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setUniqueIdentifier(int, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Sets the designated parameter to the given String.
- setUniqueIdentifier(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setUniqueIdentifier(String, String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
String
value. - setUniqueIdentifier(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setUniqueIdentifier(String, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerCallableStatement
-
Sets the designated parameter to the given
String
value. - setUniqueIdentifier(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setURL(int, URL) - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
- setURL(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the URL that is used to connect to the data source.
- setURL(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the datasource URL.
- setURL(String, URL) - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- setUseBulkCopyForBatchInsert(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Specifies the flag for using Bulk Copy API for batch insert operations.
- setUseBulkCopyForBatchInsert(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets whether the use Bulk Copy API should be used for Batch Insert.
- setUseBulkCopyForBatchInsert(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Specifies the flag for using Bulk Copy API for batch insert operations.
- setUseBulkCopyForBatchInsert(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setUseDefaultGSSCredential(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the value to indicate whether useDefaultGSSCredential is enabled.
- setUseDefaultGSSCredential(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setUseDefaultJaasConfig(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets whether the default JAAS Configuration will be used.
- setUseDefaultJaasConfig(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setUseFlexibleCallableStatements(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets whether or not sp_sproc_columns will be used for parameter name lookup.
- setUseFlexibleCallableStatements(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Sets whether or not sp_sproc_columns will be used for parameter name lookup.
- setUseFlexibleCallableStatements(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setUseFmtOnly(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerConnection
-
Specifies the flag to use FMTONLY for parameter metadata queries.
- setUseFmtOnly(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Specifies the flag to use FMTONLY for parameter metadata queries.
- setUseFmtOnly(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
-
Specifies the flag to use FMTONLY for parameter metadata queries.
- setUseFmtOnly(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
- setUseFmtOnly(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
- setUseFmtOnly(boolean) - 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
-
Sets the user name that is used to connect the data source.
- setUser(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the user name that will be used when connecting to SQL Server.
- setWorkstationID(String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets the name of the client computer name that is used to connect to the data source.
- setWorkstationID(String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets the name of the client machine (or client workstation).
- setXopenStates(boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerDataSource
-
Sets whether converting SQL states to XOPEN compliant states is enabled.
- setXopenStates(boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Sets whether the driver will convert SQL states to XOPEN compliant states.
- Shape - Class in com.microsoft.sqlserver.jdbc.spatialdatatypes
-
Represents the internal makings of a Shape.
- Shape(int, int, byte) - Constructor for class com.microsoft.sqlserver.jdbc.spatialdatatypes.Shape
-
Creates a Shape object
- signColumnMasterKeyMetadata(String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
- signColumnMasterKeyMetadata(String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
- SMALLDATETIME - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLDATETIME.
- SMALLMONEY - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLMONEY.
- SPACE - Static variable in class com.microsoft.sqlserver.jdbc.StringUtils
-
string containing a space
- SQL_VARIANT - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SQL_VARIANT.
- SqlAuthenticationToken - Class in com.microsoft.sqlserver.jdbc
-
Provides an implementation of a SqlAuthenticationToken
- SqlAuthenticationToken(String, long) - Constructor for class com.microsoft.sqlserver.jdbc.SqlAuthenticationToken
-
Contructs a SqlAuthentication token.
- SqlAuthenticationToken(String, Date) - Constructor for class com.microsoft.sqlserver.jdbc.SqlAuthenticationToken
-
Contructs a SqlAuthentication token.
- SQLServerAASEnclaveProvider - Class in com.microsoft.sqlserver.jdbc
-
Provides the implementation of the AAS Enclave Provider.
- SQLServerAASEnclaveProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerAASEnclaveProvider
-
default constructor
- SQLServerAccessTokenCallback - Interface in com.microsoft.sqlserver.jdbc
-
Provides SqlAuthenticationToken callback to be implemented by client code.
- SQLServerBlob - Class in com.microsoft.sqlserver.jdbc
-
Represents a binary LOB object and implements a java.sql.Blob.
- SQLServerBlob(SQLServerConnection, byte[]) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBlob
-
Deprecated.Use
SQLServerConnection.createBlob()
instead. - SQLServerBulkCopy - Class in com.microsoft.sqlserver.jdbc
-
Provides functionality to efficiently bulk load a SQL Server table with data from another source.
- SQLServerBulkCopy(String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
-
Constructs a SQLServerBulkCopy based on the supplied connectionString.
- SQLServerBulkCopy(Connection) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCopy
-
Constructs a SQLServerBulkCopy using the specified open instance of SQLServerConnection.
- SQLServerBulkCopyOptions - Class in com.microsoft.sqlserver.jdbc
-
Provides a collection of settings that control how an instance of SQLServerBulkCopy behaves.
- SQLServerBulkCopyOptions() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCopyOptions
-
Constructs a SQLServerBulkCopySettings class using defaults for all of the settings.
- SQLServerBulkCSVFileRecord - Class in com.microsoft.sqlserver.jdbc
-
Provides 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(InputStream, String, String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
-
Constructs a SQLServerBulkCSVFileRecord to parse data from a delimited file with the given encoding.
- SQLServerBulkCSVFileRecord(String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
-
Constructs a SQLServerBulkCSVFileRecord to parse data from a CSV file with the default encoding.
- SQLServerBulkCSVFileRecord(String, String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
-
Constructs a SQLServerBulkCSVFileRecord to parse data from a CSV file with the given encoding.
- SQLServerBulkCSVFileRecord(String, String, String, boolean) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerBulkCSVFileRecord
-
Constructs a simple reader to parse data from a delimited file with the given encoding.
- SQLServerCallableStatement - Class in com.microsoft.sqlserver.jdbc
-
Provides implementation of JDBC callable statements.
- SQLServerClob - Class in com.microsoft.sqlserver.jdbc
-
Represents a character LOB object and implements java.sql.Clob.
- SQLServerClob(SQLServerConnection, String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerClob
-
Deprecated.Use
SQLServerConnection.createClob()
instead. - SQLServerColumnEncryptionAzureKeyVaultProvider - Class in com.microsoft.sqlserver.jdbc
-
Provides implementation similar to certificate store provider.
- SQLServerColumnEncryptionAzureKeyVaultProvider(TokenCredential) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Constructs a SQLServerColumnEncryptionAzureKeyVaultProvider using the provided TokenCredential to authenticate to AAD.
- SQLServerColumnEncryptionAzureKeyVaultProvider(SQLServerKeyVaultAuthenticationCallback) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SQLServerColumnEncryptionAzureKeyVaultProvider(String, String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
-
Constructs a SQLServerColumnEncryptionAzureKeyVaultProvider to authenticate to AAD using the client id and client key.
- SQLServerColumnEncryptionCertificateStoreProvider - Class in com.microsoft.sqlserver.jdbc
-
Provides the implementation of the key store provider for the Windows Certificate Store.
- SQLServerColumnEncryptionCertificateStoreProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
-
Constructs a SQLServerColumnEncryptionCertificateStoreProvider.
- SQLServerColumnEncryptionJavaKeyStoreProvider - Class in com.microsoft.sqlserver.jdbc
-
Provides the implementation of the key store provider for Java Key Store.
- SQLServerColumnEncryptionJavaKeyStoreProvider(String, char[]) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
-
Constructs a SQLServerColumnEncryptionJavaKeyStoreProvider for the Java Key Store.
- SQLServerColumnEncryptionKeyStoreProvider - Class in com.microsoft.sqlserver.jdbc
-
Defines the abstract class for a SQL Server Column Encryption key store provider Extend this class to implement a custom key store provider.
- SQLServerColumnEncryptionKeyStoreProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
-
default constructor
- SQLServerConnection - Class in com.microsoft.sqlserver.jdbc
-
Provides an implementation java.sql.connection interface that assists creating a JDBC connection to SQL Server.
- SQLServerConnection43 - Class in com.microsoft.sqlserver.jdbc
-
Extends
SQLServerConnection43
and implementsISQLServerConnection43
with methods introduced in JDBC 4.3 Specifications. - SQLServerConnectionPoolDataSource - Class in com.microsoft.sqlserver.jdbc
-
Provides physical database connections for connection pool managers.
- SQLServerConnectionPoolDataSource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
-
default constructor
- SQLServerDatabaseMetaData - Class in com.microsoft.sqlserver.jdbc
-
Provides the JDBC database meta data.
- SQLServerDatabaseMetaData(SQLServerConnection) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
-
Constructs a SQLServerDatabaseMetaData database meta data
- SQLServerDataColumn - Class in com.microsoft.sqlserver.jdbc
-
Represents a column of the in-memory data table represented by
SQLServerDataTable
. - SQLServerDataColumn(String, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataColumn
-
Constructs a SQLServerDataColumn with the column name and type.
- SQLServerDataSource - Class in com.microsoft.sqlserver.jdbc
-
Contains a list of properties specific for the
SQLServerConnection
class. - SQLServerDataSource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataSource
-
Constructs a SQLServerDataSource.
- SQLServerDataSourceFactory - Class in com.microsoft.sqlserver.jdbc.osgi
-
Implementation of the Data Service Specification for JDBCâ„¢ Technology.
- SQLServerDataSourceFactory() - Constructor for class com.microsoft.sqlserver.jdbc.osgi.SQLServerDataSourceFactory
-
default constructor
- SQLServerDataSourceObjectFactory - Class in com.microsoft.sqlserver.jdbc
-
Defines an object factory to materialize datasources from JNDI.
- SQLServerDataSourceObjectFactory() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDataSourceObjectFactory
-
Constructs a SQLServerDataSourceObjectFactory.
- SQLServerDataTable - Class in com.microsoft.sqlserver.jdbc
-
Represents the data table for SQL Server.
- 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
-
Provides methods to connect to a SQL Server database and to obtain information about the JDBC driver.
- SQLServerDriver() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerDriver
-
Creates a SQLServerDriver object
- SQLServerError - Class in com.microsoft.sqlserver.jdbc
-
SQLServerError represents a TDS error or message event.
- SQLServerException - Exception in com.microsoft.sqlserver.jdbc
-
Represents the exception thrown from any point in the driver that throws a java.sql.SQLException.
- SQLServerKeyVaultAuthenticationCallback - Interface in com.microsoft.sqlserver.jdbc
-
Provides a callback delegate which is to be implemented by the client code
- SQLServerMetaData - Class in com.microsoft.sqlserver.jdbc
-
Represents metadata for a column.
- SQLServerMetaData(SQLServerMetaData) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Constructs a SQLServerMetaData from another SQLServerMetaData object.
- SQLServerMetaData(String, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Constructs a SQLServerMetaData with the column name and SQL type.
- SQLServerMetaData(String, int, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Constructs a SQLServerMetaData with the column name, SQL type, and length (for String data).
- SQLServerMetaData(String, int, int, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Constructs a SQLServerMetaData with the column name, SQL type, precision, and scale.
- SQLServerMetaData(String, int, int, int, boolean, boolean, SQLServerSortOrder, int) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Constructs a SQLServerMetaData.
- SQLServerNClob - Class in com.microsoft.sqlserver.jdbc
-
Represents a National Character Set LOB object and implements java.sql.NClob.
- SQLServerNoneEnclaveProvider - Class in com.microsoft.sqlserver.jdbc
-
Provides the implementation of the NONE Enclave Provider.
- SQLServerNoneEnclaveProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerNoneEnclaveProvider
-
default constructor
- SQLServerParameterMetaData - Class in com.microsoft.sqlserver.jdbc
-
Provides meta data for prepared statement parameters.
- SQLServerPooledConnection - Class in com.microsoft.sqlserver.jdbc
-
Represents a physical database connection in a connection pool.
- SQLServerPreparedStatement - Class in com.microsoft.sqlserver.jdbc
-
Provides an implementation of java.sql.PreparedStatement interface that assists in preparing Statements for SQL Server.
- SQLServerResource - Class in com.microsoft.sqlserver.jdbc
-
Represents a simple resource bundle containing the strings for localizing.
- SQLServerResource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource
-
default constructor
- SQLServerResource_de - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_de() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_de
- SQLServerResource_es - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_es() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_es
- SQLServerResource_fr - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_fr() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_fr
- SQLServerResource_it - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_it() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_it
- SQLServerResource_ja - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_ja() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_ja
- SQLServerResource_ko - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_ko() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_ko
- SQLServerResource_pt_BR - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_pt_BR() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_pt_BR
- SQLServerResource_ru - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_ru() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_ru
- SQLServerResource_zh_CN - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_zh_CN() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_zh_CN
- SQLServerResource_zh_TW - Class in com.microsoft.sqlserver.jdbc
- SQLServerResource_zh_TW() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerResource_zh_TW
- SQLServerResultSet - Class in com.microsoft.sqlserver.jdbc
-
Defines the Top-level JDBC ResultSet implementation.
- SQLServerResultSetMetaData - Class in com.microsoft.sqlserver.jdbc
-
Provides an implementation of the result set metadata to the SQL Server.
- SQLServerSavepoint - Class in com.microsoft.sqlserver.jdbc
-
Provides an implementation of JDBC Interface java.sql.Savepoint.
- SQLServerSavepoint(SQLServerConnection, String) - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerSavepoint
-
Constructs a SQLServerSavepoint.
- SQLServerStatement - Class in com.microsoft.sqlserver.jdbc
-
Provides an implementation of java.sql.Statement JDBC Interface to assist in creating Statements against SQL Server.
- SQLServerStatementColumnEncryptionSetting - Enum in com.microsoft.sqlserver.jdbc
-
Specifies how data will be sent and received when reading and writing encrypted columns.
- SQLServerVSMEnclaveProvider - Class in com.microsoft.sqlserver.jdbc
-
Provides the implementation of the VSM Enclave Provider.
- SQLServerVSMEnclaveProvider() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerVSMEnclaveProvider
-
default constructor
- SQLServerXAConnection - Class in com.microsoft.sqlserver.jdbc
-
Provides JDBC connections that can participate in distributed (XA) transactions.
- SQLServerXADataSource - Class in com.microsoft.sqlserver.jdbc
-
Provides database connections for use in distributed (XA) transactions.
- SQLServerXADataSource() - Constructor for class com.microsoft.sqlserver.jdbc.SQLServerXADataSource
-
default constructor
- SQLServerXAResource - Class in com.microsoft.sqlserver.jdbc
-
Provides an XAResource for XA distributed transaction management.
- SSTRANSTIGHTLYCPLD - Static variable in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
-
Used to allow the tightly coupled XA transactions, which have different XA branch transaction IDs (XIDs) but have the same global transaction ID (GTRID)
- start(Xid, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerXAResource
- start(BundleContext) - Method in class com.microsoft.sqlserver.jdbc.osgi.Activator
- STAsBinary() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of a Geography instance.
- STAsBinary() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of a Geometry instance.
- STAsText() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a Geography instance.
- STAsText() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a Geometry instance.
- STGeographyType() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the Open Geospatial Consortium (OGC) type name represented by a Geography instance.
- STGeometryType() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the Open Geospatial Consortium (OGC) type name represented by a geometry instance.
- STGeomFromText(String, int) - Static method in class com.microsoft.sqlserver.jdbc.Geography
-
Constructor for a Geography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation augmented with any Z (elevation) and M (measure) values carried by the instance.
- STGeomFromText(String, int) - Static method in class com.microsoft.sqlserver.jdbc.Geometry
-
Constructor for a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation augmented with any Z (elevation) and M (measure) values carried by the instance.
- STGeomFromWKB(byte[]) - Static method in class com.microsoft.sqlserver.jdbc.Geography
-
Constructor for a Geography instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
- STGeomFromWKB(byte[]) - Static method in class com.microsoft.sqlserver.jdbc.Geometry
-
Constructor for a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
- stmtColumnEncriptionSetting - Variable in class com.microsoft.sqlserver.jdbc.SQLServerStatement
-
Column Encryption Override.
- STNumPoints() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the number of points in the Geography object.
- STNumPoints() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the number of points in the Geometry object.
- stop(BundleContext) - Method in class com.microsoft.sqlserver.jdbc.osgi.Activator
- 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
- StringUtils - Class in com.microsoft.sqlserver.jdbc
-
Provides a utility class for Strings.
- STRUCTURED - Static variable in class microsoft.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type STRUCTURED.
- 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
- supportsSharding() - 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.dns.DNSRecordSRV
- toString() - Method in class com.microsoft.sqlserver.jdbc.Geography
-
Returns the String representation of the Geography object.
- toString() - Method in class com.microsoft.sqlserver.jdbc.Geometry
-
Returns the String representation of the Geometry object.
- toString() - Method in class com.microsoft.sqlserver.jdbc.SqlAuthenticationToken
- toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
-
Returns string representation of object
- toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Provides a helper function to return an ID string suitable for tracing.
- toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
-
Provides a helper function to provide an ID string suitable for tracing.
- 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
-
Provides a helper function to provide an ID string suitable for tracing.
- toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
-
Provides a helper function to provide an ID string suitable for tracing.
- toString() - Method in class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
-
Returns the prepared statement SQL
- 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
-
Returns 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
-
Transaction types "TRANSACTION_SNAPSHOT corresponds to" "SET TRANSACTION ISOLATION LEVEL SNAPSHOT"
- truncate(long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerBlob
- TYPE_SS_DIRECT_FORWARD_ONLY - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
TYPE_FORWARD_ONLY + 1000
- TYPE_SS_SCROLL_DYNAMIC - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
TYPE_SCROLL_SENSITIVE + 1
- TYPE_SS_SCROLL_KEYSET - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
TYPE_SCROLL_SENSITIVE
- TYPE_SS_SCROLL_STATIC - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
TYPE_SCROLL_INSENSITIVE
- TYPE_SS_SERVER_CURSOR_FORWARD_ONLY - Static variable in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
TYPE_FORWARD_ONLY + 1001
- Types - Class in microsoft.sql
-
Defines the constants that are used to identify the SQL types that are specific to Microsoft SQL Server.
U
- unregisterColumnEncryptionKeyStoreProviders() - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Unregisters all the custom key store providers from the globalCustomColumnEncryptionKeyStoreProviders by clearing the map and setting it to null.
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.math.BigDecimal
value. - updateBigDecimal(int, BigDecimal, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateBigDecimal(int, BigDecimal, Integer, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.math.BigDecimal
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.BigDecimal
value. - updateBigDecimal(String, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateBigDecimal(String, BigDecimal, Integer, Integer) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.BigDecimal
value. - updateBigDecimal(String, BigDecimal, Integer, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateBigDecimal(String, BigDecimal, Integer, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.BigDecimal
value. - 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, InputStream) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateBlob(int, InputStream, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateBlob(int, 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
- updateBlob(String, Blob) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
boolean
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
boolean
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
byte
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
byte
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
byte
array value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a byte array value.
- 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, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateClob(int, 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
- updateClob(String, Clob) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateColumnEncryptionTrustedMasterKeyPaths(String, List<String>) - Static method in class com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Updates the columnEncryptionTrustedMasterKeyPaths with the new Server and trustedKeyPaths.
- updateDate(int, Date) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDate(int, Date, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Date
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Date
value. - updateDate(String, Date, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTime(int, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTime(int, Timestamp, Integer) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateDateTime(int, Timestamp, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTime(int, Timestamp, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateDateTime(int, Timestamp, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTime(String, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTime(String, Timestamp, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateDateTime(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTime(String, Timestamp, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateDateTime(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTimeOffset(int, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the value of the column specified to the DateTimeOffset Class value, given a zero-based column ordinal.
- updateDateTimeOffset(int, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTimeOffset(int, DateTimeOffset, Integer) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the value of the column specified to the DateTimeOffset Class value, given a zero-based column ordinal.
- updateDateTimeOffset(int, DateTimeOffset, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTimeOffset(int, DateTimeOffset, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the value of the column specified to the DateTimeOffset Class value, given a zero-based column ordinal.
- updateDateTimeOffset(int, DateTimeOffset, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTimeOffset(String, DateTimeOffset) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the value of the column specified to the DateTimeOffset Class value, given a column name.
- updateDateTimeOffset(String, DateTimeOffset) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTimeOffset(String, DateTimeOffset, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the value of the column specified to the DateTimeOffset Class value, given a column name.
- updateDateTimeOffset(String, DateTimeOffset, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateDateTimeOffset(String, DateTimeOffset, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the value of the column specified to the DateTimeOffset Class value, given a column name.
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
double
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
double
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
float
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
float
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an
int
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an
int
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
long
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
long
value. - updateLong(String, long, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateMoney(int, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
money
value. - updateMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateMoney(int, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
money
value. - updateMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateMoney(String, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
money
value. - updateMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateMoney(String, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
money
value. - 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, Reader) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateNClob(int, Reader, long) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateNClob(int, 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
- updateNClob(String, NClob) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - 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) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an
Object
value. - updateObject(int, Object, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(int, Object, int, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an
Object
value. - updateObject(int, Object, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(int, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(int, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(int, Object, SQLType, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an Object value.
- updateObject(int, Object, SQLType, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(String, Object) - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an
Object
value. - updateObject(String, Object, int, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(String, Object, int, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an
Object
value. - updateObject(String, Object, int, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(String, Object, SQLType) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(String, Object, SQLType, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateObject(String, Object, SQLType, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with an Object value.
- updateObject(String, Object, SQLType, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
short
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
short
value. - updateShort(String, short, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallDateTime(int, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateSmallDateTime(int, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallDateTime(int, Timestamp, Integer) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateSmallDateTime(int, Timestamp, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallDateTime(int, Timestamp, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateSmallDateTime(int, Timestamp, Integer, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallDateTime(String, Timestamp) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateSmallDateTime(String, Timestamp) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallDateTime(String, Timestamp, int) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateSmallDateTime(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallDateTime(String, Timestamp, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateSmallDateTime(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallMoney(int, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
smallmoney
value. - updateSmallMoney(int, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallMoney(int, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
smallmoney
value. - updateSmallMoney(int, BigDecimal, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallMoney(String, BigDecimal) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
smallmoney
value. - updateSmallMoney(String, BigDecimal) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateSmallMoney(String, BigDecimal, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
smallmoney
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Time
value. - updateTime(int, Time, Integer) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateTime(int, Time, Integer, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Time
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Time
value. - updateTime(String, Time, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateTime(String, Time, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Time
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateTimestamp(int, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateTimestamp(int, Timestamp, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - 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 interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateTimestamp(String, Timestamp, int) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateTimestamp(String, Timestamp, int, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateTimestamp(String, Timestamp, int, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateUniqueIdentifier(int, String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - updateUniqueIdentifier(int, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateUniqueIdentifier(int, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - updateUniqueIdentifier(int, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateUniqueIdentifier(String, String) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - updateUniqueIdentifier(String, String) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- updateUniqueIdentifier(String, String, boolean) - Method in interface com.microsoft.sqlserver.jdbc.ISQLServerResultSet
-
Updates the designated column with a
String
value. - updateUniqueIdentifier(String, String, boolean) - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- USE_CONNECTION_SETTING - com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting
-
if "Column Encryption Setting=Enabled" in the connection string, use Enabled.
- useServerDefault() - Method in class com.microsoft.sqlserver.jdbc.SQLServerMetaData
-
Returns whether the column uses the default server value.
- usesLocalFilePerTable() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
- usesLocalFiles() - Method in class com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData
V
- validateMaxResultBuffer(String) - Static method in class com.microsoft.sqlserver.jdbc.MaxResultBufferParser
-
Returns number of bytes for maxResultBuffer property
- valueOf(String) - Static method in enum com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
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
-
Converts a java.sql.Timestamp value with an integer offset to the equivalent DateTimeOffset value
- valueOf(Timestamp, Calendar) - Static method in class microsoft.sql.DateTimeOffset
-
Converts a java.sql.Timestamp value with a Calendar value to the equivalent DateTimeOffset value
- values() - Static method in enum com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification.SensitivityRank
-
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.
- verifyColumnMasterKeyMetadata(String, boolean, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionAzureKeyVaultProvider
- verifyColumnMasterKeyMetadata(String, boolean, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionCertificateStoreProvider
- verifyColumnMasterKeyMetadata(String, boolean, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionJavaKeyStoreProvider
- verifyColumnMasterKeyMetadata(String, boolean, byte[]) - Method in class com.microsoft.sqlserver.jdbc.SQLServerColumnEncryptionKeyStoreProvider
-
Verify the signature is valid for the column master key
W
- wasNull() - Method in class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
- wasNull() - Method in class com.microsoft.sqlserver.jdbc.SQLServerResultSet
- WKBLinearRing - Class in com.microsoft.sqlserver.jdbc.spatialdatatypes
-
Represents the internal makings of a WKB Linear Ring.
- WKBLinearRing(int, WKBPoint[]) - Constructor for class com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBLinearRing
-
Creates a WKB Linear Ring object
- WKBPoint - Class in com.microsoft.sqlserver.jdbc.spatialdatatypes
-
Represents the internal makings of a WKB Point.
- WKBPoint(double, double) - Constructor for class com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBPoint
-
Creates a WKB Point object
- writeToServer(ISQLServerBulkData) - 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.
- 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.
All Classes All Packages