| Package | Description |
|---|---|
| io.r2dbc.mssql.message.tds |
TDS protocol support, message envelopes and encoding/decoding helpers.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolException |
ProtocolException.invalidTds(String reason)
Create a new
ProtocolException for invalid TDS. |
static ProtocolException |
ProtocolException.unsupported(String reason)
Create a new
ProtocolException for an unsupported configuration. |
static ProtocolException |
ProtocolException.unsupported(Throwable cause)
Create a new
ProtocolException for an unsupported configuration. |
Copyright © 2023. All rights reserved.