| Package | Description |
|---|---|
| io.r2dbc.mssql.message.type |
Classes to read and build type information.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeInformation.Builder |
TypeInformation.builder()
Creates a
TypeInformation.Builder for TypeInformation. |
TypeInformation.Builder |
TypeInformation.Builder.withCharset(Charset charset)
Configure the
Charset. |
TypeInformation.Builder |
TypeInformation.Builder.withCollation(Collation collation)
Configure the
Collation. |
TypeInformation.Builder |
TypeInformation.Builder.withDisplaySize(int displaySize)
Configure the display size.
|
TypeInformation.Builder |
TypeInformation.Builder.withFlags(int flags)
Configure flags.
|
TypeInformation.Builder |
TypeInformation.Builder.withLengthStrategy(LengthStrategy lengthStrategy)
Configure the
LengthStrategy. |
TypeInformation.Builder |
TypeInformation.Builder.withMaxLength(int maxLength)
Configure the maximal maxLength.
|
TypeInformation.Builder |
TypeInformation.Builder.withPrecision(int precision)
Configure the precision.
|
TypeInformation.Builder |
TypeInformation.Builder.withScale(int scale)
Configure the scale.
|
TypeInformation.Builder |
TypeInformation.Builder.withServerType(SqlServerType serverType)
Configure the
SqlServerType. |
Copyright © 2023. All rights reserved.