| Package | Description |
|---|---|
| io.r2dbc.mssql.message.type |
Classes to read and build type information.
|
| Modifier and Type | Method and Description |
|---|---|
LengthStrategy |
TdsDataType.getLengthStrategy() |
LengthStrategy |
TypeInformation.getLengthStrategy()
Returns the length
strategy. |
static LengthStrategy |
LengthStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LengthStrategy[] |
LengthStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Length.encode(io.netty.buffer.ByteBuf buffer,
LengthStrategy lengthStrategy) |
TypeInformation.Builder |
TypeInformation.Builder.withLengthStrategy(LengthStrategy lengthStrategy)
Configure the
LengthStrategy. |
Copyright © 2023. All rights reserved.