public class ColInfoToken extends AbstractDataToken
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_DIFFERENT_NAME |
static int |
STATUS_EXPRESSION |
static int |
STATUS_HIDDEN |
static int |
STATUS_KEY |
static byte |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canDecode(io.netty.buffer.ByteBuf buffer)
Check whether the
ByteBuf can be decoded into an entire ColInfoToken. |
static ColInfoToken |
decode(io.netty.buffer.ByteBuf buffer)
Decode a
ColInfoToken. |
List<io.r2dbc.mssql.message.token.ColInfoToken.ColInfo> |
getColumns() |
String |
getName() |
static ColInfoToken |
skip(io.netty.buffer.ByteBuf buffer)
Decode a
ColInfoToken. |
String |
toString() |
getTypepublic static final byte TYPE
public static final int STATUS_EXPRESSION
public static final int STATUS_KEY
public static final int STATUS_HIDDEN
public static final int STATUS_DIFFERENT_NAME
public static ColInfoToken skip(io.netty.buffer.ByteBuf buffer)
ColInfoToken.buffer - the data buffer.ColInfoToken.public static ColInfoToken decode(io.netty.buffer.ByteBuf buffer)
ColInfoToken.buffer - the data buffer.ColInfoToken.public static boolean canDecode(io.netty.buffer.ByteBuf buffer)
ByteBuf can be decoded into an entire ColInfoToken.buffer - the data buffer.true if the buffer contains sufficient data to entirely decode a ColInfoToken.public List<io.r2dbc.mssql.message.token.ColInfoToken.ColInfo> getColumns()
public String getName()
getName in interface DataTokengetName in class AbstractDataTokenAbstractDataToken.Copyright © 2023. All rights reserved.