Package | Description |
---|---|
com.huawei.dli.jdbc.model | |
com.huawei.dli.jdbc.utils.type |
Constructor and Description |
---|
DliColumn(String columnName,
String tableName,
String tableSchema,
DliType type,
String typeName,
String comment,
int ordinalPos) |
Modifier and Type | Method and Description |
---|---|
static DliType |
DliType.of(String typeName) |
static DliType |
DliType.of(String typeName,
boolean notExistException) |
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.
|
Copyright © 2025. All rights reserved.