public final class Tabular extends Object implements io.r2dbc.mssql.message.Message
Type.TABULAR_RESULT| Modifier and Type | Class and Description |
|---|---|
static class |
Tabular.TabularDecoder
A stateful
Tabular.TabularDecoder. |
| Modifier and Type | Method and Description |
|---|---|
static Tabular |
create(DataToken... tokens)
Creates a new
Tabular. |
static Tabular.TabularDecoder |
createDecoder(boolean encryptionSupported)
Creates a new
Tabular.TabularDecoder. |
static Tabular |
decode(io.netty.buffer.ByteBuf buffer,
boolean encryptionSupported)
Decode the
Tabular response from a ByteBuf. |
List<? extends DataToken> |
getTokens() |
String |
toString() |
public static Tabular create(DataToken... tokens)
Tabular.tokens - the tokens.public static Tabular decode(io.netty.buffer.ByteBuf buffer, boolean encryptionSupported)
Tabular response from a ByteBuf.buffer - must not be null.encryptionSupported - whether encryption is supported.Tabular response Message.public static Tabular.TabularDecoder createDecoder(boolean encryptionSupported)
Tabular.TabularDecoder.encryptionSupported - true if table column encryption is supported.Copyright © 2023. All rights reserved.