| Package | Description |
|---|---|
| io.r2dbc.mssql.message.type |
Classes to read and build type information.
|
| Modifier and Type | Method and Description |
|---|---|
TdsDataType[] |
SqlServerType.getFixedTypes() |
TdsDataType |
SqlServerType.getNullableType() |
static TdsDataType |
TdsDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdsDataType[] |
TdsDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.