| Package | Description |
|---|---|
| io.r2dbc.mssql |
An implementation of the Reactive Relational Database Connection API for Microsoft SQL Servers.
|
| io.r2dbc.mssql.message.token |
Token stream message structures.
|
| io.r2dbc.mssql.message.type |
Classes to read and build type information.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation |
MssqlColumnMetadata.getNativeTypeMetadata() |
| Modifier and Type | Method and Description |
|---|---|
TypeInformation |
Column.getType()
Returns the column
type. |
TypeInformation |
ReturnValue.getValueType() |
| Constructor and Description |
|---|
Column(int index,
String name,
TypeInformation type)
Creates a new
Column. |
Column(int index,
String name,
TypeInformation type,
Identifier table)
Creates a new
Column. |
ReturnValue(int ordinal,
String parameterName,
byte status,
TypeInformation type,
io.netty.buffer.ByteBuf value)
Creates a new
ReturnValue. |
ReturnValue(int ordinal,
String parameterName,
int status,
TypeInformation type,
io.netty.buffer.ByteBuf value)
Creates a new
ReturnValue. |
| Modifier and Type | Method and Description |
|---|---|
TypeInformation |
TypeInformation.Builder.build()
Build a new
TypeInformation. |
static TypeInformation |
TypeInformation.decode(io.netty.buffer.ByteBuf buffer,
boolean readFlags)
Decode
TypeInformation from the ByteBuf. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Length.canDecode(io.netty.buffer.ByteBuf buffer,
TypeInformation type)
Check whether the
ByteBuf can be decoded into an Length. |
static boolean |
PlpLength.canDecode(io.netty.buffer.ByteBuf buffer,
TypeInformation type)
Check whether the
ByteBuf can be decoded into an PlpLength. |
static Length |
Length.decode(io.netty.buffer.ByteBuf buffer,
TypeInformation type)
Decode a
Length for a TypeInformation. |
static PlpLength |
PlpLength.decode(io.netty.buffer.ByteBuf buffer,
TypeInformation type)
Decode a
PlpLength for a TypeInformation. |
void |
Length.encode(io.netty.buffer.ByteBuf buffer,
TypeInformation type) |
Copyright © 2023. All rights reserved.