See: Description
| Interface | Description |
|---|---|
| TdsPackets |
Factory class for
TdsFragment instances. |
| Class | Description |
|---|---|
| ContextualTdsFragment |
Represents a TDS message with associated
HeaderOptions. |
| Decode |
TDS-specific decode methods.
|
| Encode |
Encode utilities for TDS.
|
| FirstTdsFragment |
First chunk of a TDS message.
|
| LastTdsFragment |
Last chunk of a TDS message.
|
| Redirect |
Represents a client redirection to a different server.
|
| TdsFragment |
Fragment of a TDS message.
|
| TdsPacket |
Self-contained TDS packet containing a
Header and data. |
| Enum | Description |
|---|---|
| ServerCharset |
Enumeration of encodings that are supported by SQL Server (and hopefully the JVM).
|
| Exception | Description |
|---|---|
| ProtocolException |
Exception indicating unsupported or invalid protocol states.
|
Copyright © 2023. All rights reserved.