| Package | Description |
|---|---|
| io.r2dbc.mssql.message.token |
Token stream message structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataToken
Data token.
|
class |
AbstractDoneToken
Abstract base class for Done token implementation classes.
|
class |
AbstractInfoToken
Info token.
|
class |
ColInfoToken
Column info token.
|
class |
ColumnMetadataToken
Column metadata token.
|
class |
DoneInProcToken
Done in Proc token.
|
class |
DoneProcToken
Done Proc token.
|
class |
DoneToken
Done token.
|
class |
EnvChangeToken
A notification of an environment change (for example, database, language, and so on).
|
class |
ErrorToken
Error token.
|
class |
FeatureExtAckToken
Feature Extension Acknowledgement token.
|
class |
InfoToken
Info token.
|
class |
LoginAckToken
Info token.
|
class |
NbcRowToken
NBC Row (Null-bitmap compressed row).
|
class |
ReturnStatus
Return Status token.
|
class |
ReturnValue
A returned value from a RPC call.
|
class |
RowToken
Row token message containing row bytes.
|
class |
TabnameToken
Table name token.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataToken> |
Tabular.TabularDecoder.decode(io.netty.buffer.ByteBuf buffer)
Decode the
Tabular response from a ByteBuf. |
List<? extends DataToken> |
Tabular.getTokens() |
| Modifier and Type | Method and Description |
|---|---|
static Tabular |
Tabular.create(DataToken... tokens)
Creates a new
Tabular. |
Copyright © 2023. All rights reserved.