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