- empty() - Static method in class io.r2dbc.mssql.message.header.Status
-
- empty() - Static method in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- empty() - Static method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- empty() - Static method in class io.r2dbc.mssql.message.token.Login7.OptionFlags3
-
- empty() - Static method in class io.r2dbc.mssql.message.token.Login7.TypeFlags
-
- empty() - Static method in class io.r2dbc.mssql.message.token.RpcRequest.OptionFlags
-
- enableExtensions() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags3
-
Enable Feature Extensions.
- enableIntegratedSecurity() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
Enable integrated security.
- enableLang() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
Enable language change.
- enableOdbc() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
Enable ODBC use.
- enableOledb() - Method in class io.r2dbc.mssql.message.token.Login7.TypeFlags
-
Enable OLEDB defaults.
- enableRecompile() - Method in class io.r2dbc.mssql.message.token.RpcRequest.OptionFlags
-
Enable procedure recompilation.
- enableSsl() - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Enable SSL usage.
- enableSslTunnel() - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Enable SSL tunnel usage to encrypt all traffic right from the connect phase.
- enableSslTunnel(Function<SslContextBuilder, SslContextBuilder>) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Enable SSL tunnel usage to encrypt all traffic right from the connect phase.
- enableUnknownCollationHandling() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags3
-
Enable ODBC use.
- enableUserInstance() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags3
-
Fail if initial language cannot be selected.
- encode(ByteBuf) - Method in class io.r2dbc.mssql.message.header.Header
-
Encode a header into a ByteBuf.
- encode(ByteBuf, PacketIdProvider) - Method in class io.r2dbc.mssql.message.header.Header
-
Encode a header into a ByteBuf.
- encode(ByteBuf, HeaderOptions, int, PacketIdProvider) - Static method in class io.r2dbc.mssql.message.header.Header
-
Encode a header into a ByteBuf.
- encode(ByteBuf, Type, Status, int, short, byte, byte) - Static method in class io.r2dbc.mssql.message.header.Header
-
- Encode - Class in io.r2dbc.mssql.message.tds
-
Encode utilities for TDS.
- encode(ByteBufAllocator) - Method in class io.r2dbc.mssql.message.tds.TdsPacket
-
Encode this packet using by obtaining a buffer from ByteBufAllocator.
- encode(ByteBufAllocator, PacketIdProvider) - Method in class io.r2dbc.mssql.message.tds.TdsPacket
-
Encode this packet using by obtaining a buffer from
ByteBufAllocator and calculate the packet Id from
PacketIdProvider.
- encode(ByteBuf) - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
Encode this token.
- encode(ByteBuf) - Method in class io.r2dbc.mssql.message.token.AllHeaders
-
Encode the header.
- encode(ByteBufAllocator, int) - Method in class io.r2dbc.mssql.message.token.Attention
-
- encode(ByteBufAllocator, int) - Method in class io.r2dbc.mssql.message.token.Login7
-
- encode(ByteBufAllocator, int) - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- encode(ByteBufAllocator, int) - Method in class io.r2dbc.mssql.message.token.RpcRequest
-
- encode(ByteBufAllocator, int) - Method in class io.r2dbc.mssql.message.token.SqlBatch
-
- encode(ByteBuf) - Method in class io.r2dbc.mssql.message.type.Collation
-
Encode the collation.
- encode(ByteBuf, TypeInformation) - Method in class io.r2dbc.mssql.message.type.Length
-
- encode(ByteBuf, LengthStrategy) - Method in class io.r2dbc.mssql.message.type.Length
-
- encode(ByteBuf) - Method in class io.r2dbc.mssql.message.type.PlpLength
-
Encode length or PLP_NULL.
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.InstanceValidation
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.Terminator
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.ThreadId
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.Token
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.TraceId
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.UnknownToken
-
- encodeStream(ByteBuf) - Method in class io.r2dbc.mssql.message.token.Prelogin.Version
-
- encodeToken(ByteBuf, int) - Method in class io.r2dbc.mssql.message.token.Prelogin.Terminator
-
- encodeToken(ByteBuf, int) - Method in class io.r2dbc.mssql.message.token.Prelogin.Token
-
- ENCRYPT_NOT_SUP - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
Encryption not supported.
- ENCRYPT_OFF - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
Disabled encryption but enabled/required for login with credentials.
- ENCRYPT_ON - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
Encryption enabled.
- ENCRYPT_REQ - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
Encryption required.
- Encryption(byte) - Constructor for class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
- EnvChangeToken - Class in io.r2dbc.mssql.message.token
-
A notification of an environment change (for example, database, language, and so on).
- EnvChangeToken(int, EnvChangeToken.EnvChangeType, byte[], byte[]) - Constructor for class io.r2dbc.mssql.message.token.EnvChangeToken
-
- EnvChangeToken.EnvChangeType - Enum in io.r2dbc.mssql.message.token
-
Environment change payload type (type of environment change).
- equals(Object) - Method in class io.r2dbc.mssql.message.header.Header
-
- equals(Object) - Method in class io.r2dbc.mssql.message.header.Status
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.AllHeaders
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.Attention
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.Column
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.Identifier
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.RpcRequest
-
- equals(Object) - Method in class io.r2dbc.mssql.message.token.SqlBatch
-
- equals(Object) - Method in class io.r2dbc.mssql.message.type.Collation
-
- ERROR_QUERY_TIMEOUT - Static variable in exception io.r2dbc.mssql.AbstractMssqlException
-
- ERROR_QUERY_TIMEOUT - Static variable in exception io.r2dbc.mssql.message.tds.ProtocolException
-
- ERROR_SOCKET_TIMEOUT - Static variable in exception io.r2dbc.mssql.AbstractMssqlException
-
- ERROR_SOCKET_TIMEOUT - Static variable in exception io.r2dbc.mssql.message.tds.ProtocolException
-
- ErrorDetails - Class in io.r2dbc.mssql
-
Details for an Error.
- ErrorDetails(String, long, int, int, String, String, long) - Constructor for class io.r2dbc.mssql.ErrorDetails
-
- ErrorToken - Class in io.r2dbc.mssql.message.token
-
Error token.
- ErrorToken(long, long, int, int, String, String, String, long) - Constructor for class io.r2dbc.mssql.message.token.ErrorToken
-
- ErrorToken(long, long, byte, byte, String, String, String, long) - Constructor for class io.r2dbc.mssql.message.token.ErrorToken
-
- execute() - Method in class io.r2dbc.mssql.MssqlBatch
-
- execute() - Method in interface io.r2dbc.mssql.MssqlStatement
- ExpectedHostnameX509TrustManager - Class in io.r2dbc.mssql.client.ssl
-
- ExpectedHostnameX509TrustManager(X509TrustManager, String) - Constructor for class io.r2dbc.mssql.client.ssl.ExpectedHostnameX509TrustManager
-
- getAcceptedIssuers() - Method in class io.r2dbc.mssql.client.ssl.ExpectedHostnameX509TrustManager
-
- getAcceptedIssuers() - Method in enum io.r2dbc.mssql.client.ssl.TrustAllTrustManager
-
- getBits() - Method in enum io.r2dbc.mssql.message.header.Status.StatusBit
-
- getByteBuf() - Method in class io.r2dbc.mssql.message.tds.TdsFragment
-
- getCategory() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
- getChangeType() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getCharset() - Method in class io.r2dbc.mssql.message.type.Collation
-
- getCharset() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
- getClassification() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getClientInterface() - Method in class io.r2dbc.mssql.message.token.LoginAckToken
-
- getCollation() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
- getColumnData(int) - Method in class io.r2dbc.mssql.message.token.NbcRowToken
-
- getColumnData(int) - Method in class io.r2dbc.mssql.message.token.RowToken
-
Returns the data for the column at index.
- getColumns() - Method in class io.r2dbc.mssql.message.token.ColInfoToken
-
- getColumns() - Method in class io.r2dbc.mssql.message.token.ColumnMetadataToken
-
- getCurrentCommand() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- getDatabaseName() - Method in class io.r2dbc.mssql.message.token.Identifier
-
- getDatabaseProductName() - Method in class io.r2dbc.mssql.MssqlConnectionMetadata
-
Retrieves the name of this database product.
- getDatabaseVersion() - Method in class io.r2dbc.mssql.MssqlConnectionMetadata
-
Retrieves the version of this database product.
- getDateTimeValueLength(int) - Static method in class io.r2dbc.mssql.message.type.TypeUtils
-
Returns the length of Date-Time2 values using scale.
- getDisplaySize() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the display size.
- getDriver() - Method in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
- getEncrypted() - Method in class io.r2dbc.mssql.message.token.Login7.LoginRequestToken
-
- getEncryption() - Method in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
- getErrorDetails() - Method in interface io.r2dbc.mssql.MssqlException
-
Returns additional error information.
- getFeatureTokens() - Method in class io.r2dbc.mssql.message.token.FeatureExtAckToken
-
- getFixedTypes() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
- getHeaderOptions() - Method in class io.r2dbc.mssql.message.tds.ContextualTdsFragment
-
- getIndex() - Method in class io.r2dbc.mssql.message.token.Column
-
Returns the column index.
- getInfoClass() - Method in class io.r2dbc.mssql.ErrorDetails
-
- getInfoClass() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getJavaType() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
- getJavaType() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getLength() - Method in class io.r2dbc.mssql.message.header.Header
-
- getLength() - Method in class io.r2dbc.mssql.message.token.AllHeaders
-
- getLength() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getLength() - Method in class io.r2dbc.mssql.message.token.Login7.LoginRequestToken
-
- getLength() - Method in class io.r2dbc.mssql.message.type.Length
-
- getLength() - Method in class io.r2dbc.mssql.message.type.PlpLength
-
- getLengthStrategy() - Method in enum io.r2dbc.mssql.message.type.TdsDataType
-
- getLengthStrategy() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
- getLineNumber() - Method in class io.r2dbc.mssql.ErrorDetails
-
The line number in the SQL batch or stored procedure that caused the error.
- getLineNumber() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getMaxLength() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
- getMaxLength() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the maximal length.
- getMessage() - Method in class io.r2dbc.mssql.ErrorDetails
-
Returns the error message.
- getMessage() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getMetadata() - Method in class io.r2dbc.mssql.MssqlConnection
-
- getMetadata() - Method in class io.r2dbc.mssql.MssqlConnectionFactory
-
- getName() - Method in class io.r2dbc.mssql.message.token.AbstractDataToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.Attention
-
- getName() - Method in class io.r2dbc.mssql.message.token.ColInfoToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.Column
-
Returns the column name.
- getName() - Method in class io.r2dbc.mssql.message.token.ColumnMetadataToken
-
- getName() - Method in interface io.r2dbc.mssql.message.token.DataToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.DoneInProcToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.DoneProcToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.DoneToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.ErrorToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.FeatureExtAckToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.InfoToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.Login7
-
- getName() - Method in class io.r2dbc.mssql.message.token.LoginAckToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.NbcRowToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- getName() - Method in class io.r2dbc.mssql.message.token.ReturnStatus
-
- getName() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getName() - Method in class io.r2dbc.mssql.message.token.RowToken
-
- getName() - Method in class io.r2dbc.mssql.message.token.RpcRequest
-
- getName() - Method in class io.r2dbc.mssql.message.token.SqlBatch
-
- getName() - Method in class io.r2dbc.mssql.message.token.TabnameToken
-
- getName() - Method in interface io.r2dbc.mssql.message.token.TokenStream
-
- getName() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
- getName() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getNativeTypeMetadata() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getNewValue() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getNewValueString() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getNullability() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getNullableType() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
- getNumber() - Method in class io.r2dbc.mssql.ErrorDetails
-
Returns the message number.
- getNumber() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getObjectName() - Method in class io.r2dbc.mssql.message.token.Identifier
-
- getOldValue() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getOldValueString() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- getOrdinal() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getPacketId() - Method in class io.r2dbc.mssql.message.header.Header
-
- getParameterName() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getPort() - Method in class io.r2dbc.mssql.message.tds.Redirect
-
Get the alternate port.
- getPrecision() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the precision.
- getPrecision() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getProcId() - Method in class io.r2dbc.mssql.message.token.RpcRequest
-
- getProcName() - Method in class io.r2dbc.mssql.ErrorDetails
-
Returns the procedure name.
- getProcName() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getProcName() - Method in class io.r2dbc.mssql.message.token.RpcRequest
-
- getProgrName() - Method in class io.r2dbc.mssql.message.token.LoginAckToken
-
- getRequiredToken(Class<? extends T>) - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- getRowCount() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- getRowsUpdated() - Method in interface io.r2dbc.mssql.MssqlResult
- getScale() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the scale.
- getScale() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getSchemaName() - Method in class io.r2dbc.mssql.message.token.Identifier
-
- getServerName() - Method in class io.r2dbc.mssql.ErrorDetails
-
Returns the server name.
- getServerName() - Method in class io.r2dbc.mssql.message.tds.Redirect
-
Get the alternate server name.
- getServerName() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getServerName() - Method in class io.r2dbc.mssql.message.token.Identifier
-
- getServerType() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
- getServerTypeName() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the server type name.
- getSpid() - Method in class io.r2dbc.mssql.message.header.Header
-
- getSql() - Method in class io.r2dbc.mssql.message.token.SqlBatch
-
- getSslContext() - Method in interface io.r2dbc.mssql.client.ssl.SslConfiguration
-
- getState() - Method in class io.r2dbc.mssql.ErrorDetails
-
The error state, used as a modifier to the message number.
- getState() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- getStateCode() - Method in class io.r2dbc.mssql.ErrorDetails
-
The error state code.
- getStatus() - Method in class io.r2dbc.mssql.message.header.Header
-
- getStatus() - Method in interface io.r2dbc.mssql.message.header.HeaderOptions
-
Status is a bit field used to indicate the message state.
- getStatus() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- getStatus() - Method in class io.r2dbc.mssql.message.token.ReturnStatus
-
- getStatus() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getSubbuild() - Method in class io.r2dbc.mssql.message.token.Prelogin.Version
-
- getTable() - Method in class io.r2dbc.mssql.message.token.Column
-
- getTableNames() - Method in class io.r2dbc.mssql.message.token.TabnameToken
-
- getTceVersion() - Method in class io.r2dbc.mssql.message.token.FeatureExtAckToken.ColumnEncryption
-
- getTdsVersion() - Method in class io.r2dbc.mssql.message.token.LoginAckToken
-
- getTimeValueLength(int) - Static method in class io.r2dbc.mssql.message.type.TypeUtils
-
Returns the length of time values using scale.
- getToken(Class<? extends T>) - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- getTokenHeaderLength() - Method in class io.r2dbc.mssql.message.token.Prelogin.Terminator
-
- getTokens() - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- getTokens() - Method in class io.r2dbc.mssql.message.token.Tabular
-
- getTokenType() - Method in class io.r2dbc.mssql.message.token.Login7.LoginRequestToken
-
- getTransactionIsolationLevel() - Method in class io.r2dbc.mssql.MssqlConnection
-
- getType() - Method in class io.r2dbc.mssql.message.header.Header
-
- getType() - Method in interface io.r2dbc.mssql.message.header.HeaderOptions
-
Defines the type of message.
- getType() - Method in class io.r2dbc.mssql.message.token.AbstractDataToken
-
- getType() - Method in class io.r2dbc.mssql.message.token.Column
-
- getType() - Method in interface io.r2dbc.mssql.message.token.DataToken
-
- getType() - Method in enum io.r2dbc.mssql.message.token.EnvChangeToken.EnvChangeType
-
- getType() - Method in class io.r2dbc.mssql.message.token.ReturnStatus
-
- getType() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getType() - Method in class io.r2dbc.mssql.message.token.RowToken
-
- getType() - Method in class io.r2dbc.mssql.MssqlColumnMetadata
-
- getUdtTypeName() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the user type name.
- getUpdatability() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
- getUserType() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns the user type.
- getValue() - Method in class io.r2dbc.mssql.message.header.Status
-
- getValue() - Method in enum io.r2dbc.mssql.message.header.Type
-
- getValue() - Method in class io.r2dbc.mssql.message.token.Login7.LoginRequestToken
-
- getValue() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- getValue() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- getValue() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags3
-
- getValue() - Method in class io.r2dbc.mssql.message.token.Login7.TypeFlags
-
- getValue() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getValue() - Method in class io.r2dbc.mssql.message.token.RpcRequest.OptionFlags
-
- getValue() - Method in enum io.r2dbc.mssql.message.type.TdsDataType
-
- getValue() - Method in enum io.r2dbc.mssql.message.type.TypeInformation.Updatability
-
- getValueType() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- getVersion() - Method in class io.r2dbc.mssql.message.token.LoginAckToken
-
- getVersion() - Method in class io.r2dbc.mssql.message.token.Prelogin.Version
-
- getWindow() - Method in class io.r2dbc.mssql.message.header.Header
-
- Identifier - Class in io.r2dbc.mssql.message.token
-
Identifier for an object, typically a type or a table name.
- Identifier.Builder - Class in io.r2dbc.mssql.message.token
-
- IMAGE_TEXT_MAX_BYTES - Static variable in class io.r2dbc.mssql.message.type.TypeUtils
-
- InfoToken - Class in io.r2dbc.mssql.message.token
-
Info token.
- InfoToken(long, long, int, int, String, String, String, long) - Constructor for class io.r2dbc.mssql.message.token.InfoToken
-
- InfoToken(long, long, byte, byte, String, String, String, long) - Constructor for class io.r2dbc.mssql.message.token.InfoToken
-
- initDatabaseFailFatal() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
Fail if the initial database cannot be used (selected).
- initDatabaseFailWarn() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
Warn if the initial database cannot be used (selected).
- INSTANCE - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Terminator
-
- InstanceValidation(String) - Constructor for class io.r2dbc.mssql.message.token.Prelogin.InstanceValidation
-
Request SQL server instance name validation.
- intBigEndian(ByteBuf) - Static method in class io.r2dbc.mssql.message.tds.Decode
-
Read an integer with big endian encoding.
- intBigEndian(ByteBuf, int) - Static method in class io.r2dbc.mssql.message.tds.Encode
-
Encode an integer with big endian encoding.
- invalidTds(String) - Static method in exception io.r2dbc.mssql.message.tds.ProtocolException
-
- io.r2dbc.mssql - package io.r2dbc.mssql
-
An implementation of the Reactive Relational Database Connection API for Microsoft SQL Servers.
- io.r2dbc.mssql.api - package io.r2dbc.mssql.api
-
R2DBC driver API with SQL Server-specific extensions.
- io.r2dbc.mssql.client.ssl - package io.r2dbc.mssql.client.ssl
-
SSL support classes.
- io.r2dbc.mssql.message.header - package io.r2dbc.mssql.message.header
-
- io.r2dbc.mssql.message.tds - package io.r2dbc.mssql.message.tds
-
TDS protocol support, message envelopes and encoding/decoding helpers.
- io.r2dbc.mssql.message.token - package io.r2dbc.mssql.message.token
-
Token stream message structures.
- io.r2dbc.mssql.message.type - package io.r2dbc.mssql.message.type
-
Classes to read and build type information.
- is(Status.StatusBit) - Method in class io.r2dbc.mssql.message.header.Header
-
- is(Status.StatusBit) - Method in interface io.r2dbc.mssql.message.header.HeaderOptions
-
- is(Status.StatusBit) - Method in class io.r2dbc.mssql.message.header.Status
-
- isAttentionAck(Message) - Static method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
Check whether the Message represents a attention acknowledgement.
- isAttentionAck() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- isAutoCommit() - Method in class io.r2dbc.mssql.MssqlConnection
-
- isCaseSensitive() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns whether the type is case-sensitive.
- isDone(Message) - Static method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
Check whether the Message represents a finished done token.
- isDone() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- isDone(Message) - Static method in class io.r2dbc.mssql.message.token.DoneInProcToken
-
- isDone(Message) - Static method in class io.r2dbc.mssql.message.token.DoneToken
-
Check whether the the
Message represents a finished
DoneToken.
- isEncrypted() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns whether the type is encrypted.
- isError() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- isIdentity() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns whether the type is an identity type.
- isNull() - Method in class io.r2dbc.mssql.message.type.Length
-
- isNull() - Method in class io.r2dbc.mssql.message.type.PlpLength
-
- isNullable() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
Returns whether the type is nullable.
- isolationLevel(IsolationLevel) - Method in interface io.r2dbc.mssql.api.MssqlTransactionDefinition
-
- isSparseColumnSet() - Method in interface io.r2dbc.mssql.message.type.TypeInformation
-
- isSslEnabled() - Method in interface io.r2dbc.mssql.client.ssl.SslConfiguration
-
- isUnknown() - Method in class io.r2dbc.mssql.message.type.PlpLength
-
- last(ByteBuf) - Static method in interface io.r2dbc.mssql.message.tds.TdsPackets
-
Create a last contextual TDS fragment.
- LastTdsFragment - Class in io.r2dbc.mssql.message.tds
-
Last chunk of a TDS message.
- LENGTH - Static variable in class io.r2dbc.mssql.message.header.Header
-
Number of bytes required to represent the header.
- LENGTH - Static variable in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
Packet length in bytes.
- Length - Class in io.r2dbc.mssql.message.type
-
Descriptor for data length in row results.
- LengthStrategy - Enum in io.r2dbc.mssql.message.type
-
SQL Server length strategies.
- lockTimeout(Duration) - Method in interface io.r2dbc.mssql.api.MssqlTransactionDefinition
-
- lockWaitTimeout(Duration) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure the lock wait timeout via SET LOCK_TIMEOUT.
- Login7 - Class in io.r2dbc.mssql.message.token
-
Login 7 message.
- Login7.Builder - Class in io.r2dbc.mssql.message.token
-
- Login7.LoginRequestToken - Class in io.r2dbc.mssql.message.token
-
- Login7.OptionFlags1 - Class in io.r2dbc.mssql.message.token
-
First option byte.
- Login7.OptionFlags2 - Class in io.r2dbc.mssql.message.token
-
Second option byte.
- Login7.OptionFlags3 - Class in io.r2dbc.mssql.message.token
-
Third option byte.
- Login7.TypeFlags - Class in io.r2dbc.mssql.message.token
-
Type flags.
- LOGIN_OPTION1_CHARSET_ASCII - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
fChar: The character set used on the client.
- LOGIN_OPTION1_CHARSET_EBCDIC - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_DUMPLOAD_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_DUMPLOAD_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
fDumpLoad: Set is dump/load or BCP capabilities are needed by the client.
- LOGIN_OPTION1_FLOAT_IEEE_754 - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
fFLoat: The type of floating point representation used by the client.
- LOGIN_OPTION1_FLOAT_ND5000 - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_FLOAT_VAX - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_INIT_DB_FATAL - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_INIT_DB_WARN - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
fDatabase: Set if the change to initial database needs to succeed if the connection is to succeed.
- LOGIN_OPTION1_ORDER_68000 - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_ORDER_X86 - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
fByteOrder: The byte order used by client for numeric and datetime data types.
- LOGIN_OPTION1_SET_LANG_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
fSetLang: Set if the client requires warning messages on execution of a language change statement.
- LOGIN_OPTION1_SET_LANG_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_USE_DB_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
- LOGIN_OPTION1_USE_DB_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags1
-
UseDB: Set if the client requires warning messages on execution of the USE SQL statement.
- LOGIN_OPTION2_CACHE_CONNECTION_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_CACHE_CONNECTION_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_INIT_LANG_FATAL - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_INIT_LANG_WARN - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
fLanguage: Set if the change to initial language needs to succeed if the connect is to succeed.
- LOGIN_OPTION2_INTEGRATED_SECURITY_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
fIntSecurity: The type of security required by the client.
- LOGIN_OPTION2_INTEGRATED_SECURITY_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_ODBC_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
fODBC: Set if the client is the ODBC driver.
- LOGIN_OPTION2_ODBC_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_TRAN_BOUNDARY_OFF - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_TRAN_BOUNDARY_ON - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_USER_NORMAL - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
fUserType: The type of user connecting to the server.
- LOGIN_OPTION2_USER_REMUSER - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_USER_SERVER - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LOGIN_OPTION2_USER_SQLREPL - Static variable in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
- LoginAckToken - Class in io.r2dbc.mssql.message.token
-
Info token.
- LoginAckToken(long, byte, int, String, Version) - Constructor for class io.r2dbc.mssql.message.token.LoginAckToken
-
- schemaName(String) - Method in class io.r2dbc.mssql.message.token.Identifier.Builder
-
Configure a schemaName.
- SEND_STRING_PARAMETERS_AS_UNICODE - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Configure whether to send character data as unicode (NVARCHAR, NCHAR, NTEXT) or whether to use the database encoding.
- sendStringParametersAsUnicode(boolean) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure whether to send character data as unicode (NVARCHAR, NCHAR, NTEXT) or whether to use the database encoding.
- SERIALIZABLE - Static variable in class io.r2dbc.mssql.MssqlIsolationLevel
-
The serializable isolation level.
- ServerCharset - Enum in io.r2dbc.mssql.message.tds
-
Enumeration of encodings that are supported by SQL Server (and hopefully the JVM).
- serverName(String) - Method in class io.r2dbc.mssql.message.token.Identifier.Builder
-
Configure a serverName.
- serverName(CharSequence) - Method in class io.r2dbc.mssql.message.token.Login7.Builder
-
Configure the client server name.
- serverUserType() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
(reserved).
- setAutoCommit(boolean) - Method in class io.r2dbc.mssql.MssqlConnection
-
- setInitLangFailFatal() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
Fail if initial language cannot be selected.
- setInitLangFailWarn() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
Warn if initial language cannot be selected.
- setLockWaitTimeout(Duration) - Method in class io.r2dbc.mssql.MssqlConnection
-
Configure the lock wait timeout via SET LOCK_TIMEOUT.
- setStatementTimeout(Duration) - Method in class io.r2dbc.mssql.MssqlConnection
-
Configure the statement wait timeout.
- setTransactionIsolationLevel(IsolationLevel) - Method in class io.r2dbc.mssql.MssqlConnection
-
- SHORT_VARTYPE_MAX_BYTES - Static variable in class io.r2dbc.mssql.message.type.TypeUtils
-
Max length in bytes allowed by the "short" VARBINARY/VARCHAR types.
- shortBE(ByteBuf, short) - Static method in class io.r2dbc.mssql.message.tds.Encode
-
Encode a short big endian.
- skip(ByteBuf) - Static method in class io.r2dbc.mssql.message.token.ColInfoToken
-
- smallInt(ByteBuf) - Static method in class io.r2dbc.mssql.message.tds.Decode
-
Decode short number.
- smallInt(ByteBuf, short) - Static method in class io.r2dbc.mssql.message.tds.Encode
-
Encode short number.
- smallInt(ByteBuf, int) - Static method in class io.r2dbc.mssql.message.tds.Encode
-
Encode short number.
- smallMoney(ByteBuf, BigInteger) - Static method in class io.r2dbc.mssql.message.tds.Encode
-
- SNAPSHOT - Static variable in class io.r2dbc.mssql.MssqlIsolationLevel
-
The snapshot isolation level.
- Sp_Cursor - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Requests positioned updates.
- Sp_CursorClose - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Closes and de-allocates the cursor, as well as releases all associated resources; that is, it drops the temporary table used in support of KEYSET or STATIC cursor.
- Sp_CursorExecute - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
- Sp_CursorFetch - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Fetches a buffer of one or more rows from the database.
- Sp_CursorOpen - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Opens a cursor.
- Sp_CursorOption - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
- Sp_CursorPrepare - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Compiles the cursor statement or batch into an execution plan, but does not create the cursor.
- Sp_CursorPrepExec - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Compiles a plan for the submitted cursor statement or batch, then creates and populates the cursor.
- Sp_CursorUnprepare - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Discards the execution plan developed in the sp_cursorprepare stored procedure.
- Sp_Execute - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Executes a prepared Transact-SQL statement using a specified handle and optional parameter value.
- Sp_ExecuteSql - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Executes a Transact-SQL statement or batch that can be reused many times, or one that has been built dynamically.
- Sp_Prepare - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Prepares a parameterized Transact-SQL statement and returns a statement handle for execution.
- Sp_PrepExec - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Prepares and executes a parameterized Transact-SQL statement.
- Sp_PrepExecRpc - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Prepares and executes a parameterized stored procedure call that has been specified using an RPC identifier.
- Sp_Unprepare - Static variable in class io.r2dbc.mssql.message.token.RpcRequest
-
Discards the execution plan created by the sp_prepare stored procedure.
- SqlBatch - Class in io.r2dbc.mssql.message.token
-
SQL batch token to execute simple SQL.
- sqlreplUserType() - Method in class io.r2dbc.mssql.message.token.Login7.OptionFlags2
-
Use replication login.
- SqlServerType - Enum in io.r2dbc.mssql.message.type
-
Enumeration of SQL server data types.
- SqlServerType.Category - Enum in io.r2dbc.mssql.message.type
-
Type categories.
- SSL_CONTEXT_BUILDER_CUSTOMIZER - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Customizer
Function for
SslContextBuilder.
- SSL_TUNNEL - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Enable SSL tunnel usage to encrypt all traffic right from the connect phase by providing a customizer
Function.
- SslConfiguration - Interface in io.r2dbc.mssql.client.ssl
-
SSL Configuration for SQL Server connections.
- sslContextBuilderCustomizer(Function<SslContextBuilder, SslContextBuilder>) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure a SslContextBuilder customizer.
- SslState - Enum in io.r2dbc.mssql.client.ssl
-
Represents the SSL state aspect of a connection.
- Status - Class in io.r2dbc.mssql.message.header
-
Packet header status as defined in ch 2.2.3.1.2 Status of the TDS v20180912 spec.
- Status.StatusBit - Enum in io.r2dbc.mssql.message.header
-
Packet header status bits as defined in ch 2.2.3.1.2 Status of the TDS v20180912 spec.
- STATUS_DIFFERENT_NAME - Static variable in class io.r2dbc.mssql.message.token.ColInfoToken
-
- STATUS_EXPRESSION - Static variable in class io.r2dbc.mssql.message.token.ColInfoToken
-
- STATUS_HIDDEN - Static variable in class io.r2dbc.mssql.message.token.ColInfoToken
-
- STATUS_KEY - Static variable in class io.r2dbc.mssql.message.token.ColInfoToken
-
- supports(ConnectionFactoryOptions) - Method in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
- supportsAsciiConversion() - Method in enum io.r2dbc.mssql.message.tds.ServerCharset
-
- TabnameToken - Class in io.r2dbc.mssql.message.token
-
Table name token.
- Tabular - Class in io.r2dbc.mssql.message.token
-
Tabular response.
- Tabular.TabularDecoder - Class in io.r2dbc.mssql.message.token
-
- TCP_KEEPALIVE - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Enable/Disable TCP KeepAlive.
- TCP_NODELAY - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Enable/Disable TCP NoDelay.
- tcpKeepAlive(boolean) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure TCP KeepAlive.
- tcpNoDelay(boolean) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure TCP NoDelay.
- TdsDataType - Enum in io.r2dbc.mssql.message.type
-
SQL Server data types as represented within TDS.
- TdsFragment - Class in io.r2dbc.mssql.message.tds
-
Fragment of a TDS message.
- TdsPacket - Class in io.r2dbc.mssql.message.tds
-
Self-contained TDS packet containing a
Header and
data.
- TdsPackets - Interface in io.r2dbc.mssql.message.tds
-
- TdsSslHandler - Class in io.r2dbc.mssql.client.ssl
-
SSL handling for TDS connections.
- TdsSslHandler(PacketIdProvider, SslConfiguration, ConnectionContext) - Constructor for class io.r2dbc.mssql.client.ssl.TdsSslHandler
-
- tdsVersion(TDSVersion) - Method in class io.r2dbc.mssql.message.token.Login7.Builder
-
Set the TDS version.
- TERMINATOR - Static variable in class io.r2dbc.mssql.message.token.FeatureExtAckToken
-
- ThreadId(int) - Constructor for class io.r2dbc.mssql.message.token.Prelogin.ThreadId
-
- tinyInt(ByteBuf) - Static method in class io.r2dbc.mssql.message.tds.Decode
-
Decode byte number.
- tinyInt(ByteBuf, byte) - Static method in class io.r2dbc.mssql.message.tds.Encode
-
Encode byte number.
- toByteLength(byte) - Method in enum io.r2dbc.mssql.message.token.EnvChangeToken.EnvChangeType
-
- TokenStream - Interface in io.r2dbc.mssql.message.token
-
A token stream message.
- toMap() - Method in class io.r2dbc.mssql.message.token.ColumnMetadataToken
-
- toString() - Method in class io.r2dbc.mssql.message.header.Header
-
- toString() - Method in class io.r2dbc.mssql.message.header.Status
-
- toString() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.AbstractInfoToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Attention
-
- toString() - Method in class io.r2dbc.mssql.message.token.ColInfoToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Column
-
- toString() - Method in class io.r2dbc.mssql.message.token.ColumnMetadataToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.FeatureExtAckToken.ColumnEncryption
-
- toString() - Method in class io.r2dbc.mssql.message.token.FeatureExtAckToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Identifier
-
- toString() - Method in class io.r2dbc.mssql.message.token.Login7.LoginRequestToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Login7
-
- toString() - Method in class io.r2dbc.mssql.message.token.LoginAckToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.NbcRowToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.InstanceValidation
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.Terminator
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.ThreadId
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.TraceId
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.UnknownToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Prelogin.Version
-
- toString() - Method in class io.r2dbc.mssql.message.token.ReturnStatus
-
- toString() - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- toString() - Method in class io.r2dbc.mssql.message.token.RpcRequest
-
- toString() - Method in class io.r2dbc.mssql.message.token.SqlBatch
-
- toString() - Method in class io.r2dbc.mssql.message.token.TabnameToken
-
- toString() - Method in class io.r2dbc.mssql.message.token.Tabular
-
- toString() - Method in class io.r2dbc.mssql.message.type.Collation
-
- toString() - Method in class io.r2dbc.mssql.message.type.Length
-
- toString() - Method in class io.r2dbc.mssql.message.type.PlpLength
-
- toString() - Method in enum io.r2dbc.mssql.message.type.SqlServerType
-
Returns the type name.
- toString() - Method in class io.r2dbc.mssql.MssqlBatch
-
- toString() - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration
-
- toString() - Method in class io.r2dbc.mssql.MssqlConnectionFactory
-
- touch(Object) - Method in class io.r2dbc.mssql.message.token.ReturnValue
-
- touch(Object) - Method in class io.r2dbc.mssql.message.token.RowToken
-
- TraceId(UUID, UUID, int) - Constructor for class io.r2dbc.mssql.message.token.Prelogin.TraceId
-
- transactional(TransactionDescriptor, int) - Static method in class io.r2dbc.mssql.message.token.AllHeaders
-
Creates
AllHeaders containing only a
transactional descriptor.
- transactional(byte[], int) - Static method in class io.r2dbc.mssql.message.token.AllHeaders
-
Creates
AllHeaders containing only a
transactional descriptor.
- TRUST_SERVER_CERTIFICATE - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Allow using SSL by fully trusting the server certificate.
- TRUST_STORE - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Path to the certificate TrustStore file.
- TRUST_STORE_PASSWORD - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Password used to check the integrity of the TrustStore data.
- TRUST_STORE_TYPE - Static variable in class io.r2dbc.mssql.MssqlConnectionFactoryProvider
-
Type of the TrustStore.
- TrustAllTrustManager - Enum in io.r2dbc.mssql.client.ssl
-
- trustServerCertificate() - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Allow using SSL by fully trusting the server certificate.
- trustServerCertificate(boolean) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Allow using SSL by fully trusting the server certificate.
- trustStore(String) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure the file path to the trust store.
- trustStore(File) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure the path to the trust store.
- trustStorePassword(char[]) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure the password to read the trust store.
- trustStoreType(String) - Method in class io.r2dbc.mssql.MssqlConnectionConfiguration.Builder
-
Configure the trust store type.
- tsqlType() - Method in class io.r2dbc.mssql.message.token.Login7.TypeFlags
-
Use T-SQL.
- Type - Enum in io.r2dbc.mssql.message.header
-
Packet header type as defined in ch 2.2.3.1.1 Type of the TDS v20180912 spec.
- TYPE - Static variable in class io.r2dbc.mssql.message.token.ColInfoToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.ColumnMetadataToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.DoneInProcToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.DoneProcToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.DoneToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.EnvChangeToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.ErrorToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.FeatureExtAckToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.InfoToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.LoginAckToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.NbcRowToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Encryption
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.Prelogin.InstanceValidation
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Terminator
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.Prelogin.ThreadId
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.Prelogin.Version
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.ReturnStatus
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.ReturnValue
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.RowToken
-
- TYPE - Static variable in class io.r2dbc.mssql.message.token.TabnameToken
-
- TypeDecoderStrategy - Interface in io.r2dbc.mssql.message.type
-
Interface typically implemented by type decoder implementations that can decode a
TypeInformation.
- typeFlags(Login7.TypeFlags) - Method in class io.r2dbc.mssql.message.token.Login7.Builder
-
- TypeInformation - Interface in io.r2dbc.mssql.message.type
-
Type information for a column following the TYPE_INFO rule
- TypeInformation.Builder - Class in io.r2dbc.mssql.message.type
-
- TypeInformation.Updatability - Enum in io.r2dbc.mssql.message.type
-
Enumeration of updatability constants.
- TypeUtils - Class in io.r2dbc.mssql.message.type
-
Helper methods for Type-specific calculations.
- TypeUtils() - Constructor for class io.r2dbc.mssql.message.type.TypeUtils
-
- validate(ValidationDepth) - Method in class io.r2dbc.mssql.MssqlConnection
-
- value() - Method in class io.r2dbc.mssql.message.token.AbstractDoneToken
-
- valueOf(String) - Static method in enum io.r2dbc.mssql.client.ssl.SslState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.client.ssl.TrustAllTrustManager
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.header.Status.StatusBit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.header.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.r2dbc.mssql.message.header.Type
-
Resolve header
value into
Type.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.tds.ServerCharset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.token.AbstractInfoToken.Classification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.token.EnvChangeToken.EnvChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.r2dbc.mssql.message.token.EnvChangeToken.EnvChangeType
-
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.type.LengthStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.type.SqlServerType.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.type.SqlServerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.type.TdsDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.r2dbc.mssql.message.type.TypeInformation.Updatability
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.r2dbc.mssql.client.ssl.SslState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.client.ssl.TrustAllTrustManager
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.header.Status.StatusBit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.header.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.tds.ServerCharset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.token.AbstractInfoToken.Classification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.token.EnvChangeToken.EnvChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.type.LengthStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.type.SqlServerType.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.type.SqlServerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.type.TdsDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.r2dbc.mssql.message.type.TypeInformation.Updatability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version(int, int) - Constructor for class io.r2dbc.mssql.message.token.Prelogin.Version
-
- Version(int, short) - Constructor for class io.r2dbc.mssql.message.token.Prelogin.Version
-