| Package | Description |
|---|---|
| io.r2dbc.mssql.message.tds |
TDS protocol support, message envelopes and encoding/decoding helpers.
|
| io.r2dbc.mssql.message.token |
Token stream message structures.
|
| Class and Description |
|---|
| ContextualTdsFragment
Represents a TDS message with associated
HeaderOptions. |
| FirstTdsFragment
First chunk of a TDS message.
|
| LastTdsFragment
Last chunk of a TDS message.
|
| ProtocolException
Exception indicating unsupported or invalid protocol states.
|
| Redirect
Represents a client redirection to a different server.
|
| ServerCharset
Enumeration of encodings that are supported by SQL Server (and hopefully the JVM).
|
| TdsFragment
Fragment of a TDS message.
|
| TdsPacket
Self-contained TDS packet containing a
Header and data. |
| Class and Description |
|---|
| TdsFragment
Fragment of a TDS message.
|
Copyright © 2023. All rights reserved.