public class LoginAckToken extends AbstractDataToken
| Modifier and Type | Field and Description |
|---|---|
static byte |
CLIENT_INTEFACE_DEFAULT |
static byte |
CLIENT_INTEFACE_TSQL |
static byte |
TYPE |
| Constructor and Description |
|---|
LoginAckToken(long length,
byte clientInterface,
int tdsVersion,
String progrName,
io.r2dbc.mssql.util.Version version) |
| Modifier and Type | Method and Description |
|---|---|
static LoginAckToken |
decode(io.netty.buffer.ByteBuf buffer)
Decode the
LoginAckToken. |
byte |
getClientInterface() |
String |
getName() |
String |
getProgrName() |
int |
getTdsVersion() |
io.r2dbc.mssql.util.Version |
getVersion() |
String |
toString() |
getTypepublic static final byte TYPE
public static final byte CLIENT_INTEFACE_DEFAULT
public static final byte CLIENT_INTEFACE_TSQL
public LoginAckToken(long length,
byte clientInterface,
int tdsVersion,
String progrName,
io.r2dbc.mssql.util.Version version)
public static LoginAckToken decode(io.netty.buffer.ByteBuf buffer)
LoginAckToken.buffer - the data buffer.LoginAckToken.public byte getClientInterface()
public int getTdsVersion()
public String getProgrName()
public io.r2dbc.mssql.util.Version getVersion()
public String getName()
getName in interface DataTokengetName in class AbstractDataTokenAbstractDataToken.Copyright © 2023. All rights reserved.