Package | Description |
---|---|
com.huawei.dli.jdbc.utils | |
com.huawei.dli.jdbc.utils.type |
Modifier and Type | Method and Description |
---|---|
static boolean |
DliColumn.columnCaseSensitive(DliType type) |
static String |
DliColumn.columnClassName(DliType type) |
static int |
DliColumn.columnScale(DliType type,
TypeInfo typeInfo) |
static boolean |
DliColumn.columnSigned(DliType type) |
static int |
DliColumn.dliTypeToSqlType(DliType type) |
Constructor and Description |
---|
DliColumn(String columnName,
String tableName,
String tableSchema,
DliType type,
TypeInfo typeInfo,
String comment,
int ordinalPos) |
Modifier and Type | Method and Description |
---|---|
DliType |
SimpleMapTypeInfo.getDliType() |
DliType |
SimpleArrayTypeInfo.getDliType() |
DliType |
SimpleStructTypeInfo.getDliType() |
DliType |
TypeInfo.getDliType() |
DliType |
AbstractPrimitiveTypeInfo.getDliType() |
static DliType |
DliType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DliType[] |
DliType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Class |
DliTypeTransformer.dliTypeToJavaType(DliType type) |
static PrimitiveTypeInfo |
TypeInfoFactory.getPrimitiveTypeInfo(DliType dliType) |
Copyright © 2023. All rights reserved.