| Package | Description |
|---|---|
| io.r2dbc.mssql.message.token |
Token stream message structures.
|
| Modifier and Type | Method and Description |
|---|---|
static DoneInProcToken |
DoneInProcToken.create(long rowCount)
Creates a new
DoneInProcToken indicating a final packet and rowCount. |
static DoneInProcToken |
DoneInProcToken.decode(io.netty.buffer.ByteBuf buffer)
Decode the
DoneInProcToken response from a ByteBuf. |
Copyright © 2023. All rights reserved.