| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextualTdsFragment
Represents a TDS message with associated
HeaderOptions. |
class |
FirstTdsFragment
First chunk of a TDS message.
|
class |
LastTdsFragment
Last chunk of a TDS message.
|
class |
TdsPacket
Self-contained TDS packet containing a
Header and data. |
| Modifier and Type | Method and Description |
|---|---|
static TdsFragment |
TdsPackets.create(io.netty.buffer.ByteBuf buffer)
Create a TDS fragment.
|
| Modifier and Type | Method and Description |
|---|---|
TdsFragment |
Attention.encode(io.netty.buffer.ByteBufAllocator allocator,
int packetSize) |
TdsFragment |
Login7.encode(io.netty.buffer.ByteBufAllocator allocator,
int packetSize) |
TdsFragment |
SqlBatch.encode(io.netty.buffer.ByteBufAllocator allocator,
int packetSize) |
TdsFragment |
Prelogin.encode(io.netty.buffer.ByteBufAllocator allocator,
int packetSize) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<TdsFragment> |
RpcRequest.encode(io.netty.buffer.ByteBufAllocator allocator,
int packetSize) |
Copyright © 2023. All rights reserved.