public final class Login7 extends Object implements TokenStream, io.r2dbc.mssql.message.ClientMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
Login7.Builder
Builder for
Login7 requests. |
static class |
Login7.LoginRequestToken |
static class |
Login7.OptionFlags1
First option byte.
|
static class |
Login7.OptionFlags2
Second option byte.
|
static class |
Login7.OptionFlags3
Third option byte.
|
static class |
Login7.TypeFlags
Type flags.
|
| Modifier and Type | Method and Description |
|---|---|
static Login7.Builder |
builder() |
TdsFragment |
encode(io.netty.buffer.ByteBufAllocator allocator,
int packetSize)
Encode a message into a
data buffer. |
String |
getName() |
String |
toString() |
public static Login7.Builder builder()
Login7.public String getName()
getName in interface TokenStreamTokenStream.public TdsFragment encode(io.netty.buffer.ByteBufAllocator allocator, int packetSize)
io.r2dbc.mssql.message.ClientMessagedata buffer. Can encode either to a scalar TdsFragment or a Publisher of TdsFragment.encode in interface io.r2dbc.mssql.message.ClientMessageallocator - the ByteBufAllocator to use to get a data buffer to write into.packetSize - packet size hint.TdsFragment or a Publisher that produces the TdsFragment containing the encoded message.Copyright © 2023. All rights reserved.