| Package | Description |
|---|---|
| io.r2dbc.mssql.message.type |
Classes to read and build type information.
|
| Modifier and Type | Method and Description |
|---|---|
static Length |
Length.decode(io.netty.buffer.ByteBuf buffer,
TypeInformation type)
Decode a
Length for a TypeInformation. |
static Length |
Length.nullLength()
Creates a
Length that indicates the value is null. |
static Length |
Length.of(int length)
Creates a
Length with a given length. |
static Length |
Length.of(int length,
boolean isNull)
Creates a
Length. |
Copyright © 2023. All rights reserved.