| Package | Description |
|---|---|
| io.r2dbc.mssql.message.type |
Classes to read and build type information.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServerType |
TypeInformation.getServerType()
Returns the
SqlServerType base type. |
static SqlServerType |
SqlServerType.of(R2dbcType type)
Resolve a
SqlServerType by its R2dbcType. |
static SqlServerType |
SqlServerType.of(String typeName)
Resolve a
SqlServerType by its typeName. |
static SqlServerType |
SqlServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlServerType[] |
SqlServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation.Builder |
TypeInformation.Builder.withServerType(SqlServerType serverType)
Configure the
SqlServerType. |
Copyright © 2023. All rights reserved.