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