Package | Description |
---|---|
com.huawei.dli.jdbc | |
com.huawei.dli.jdbc.utils | |
com.huawei.dli.jdbc.utils.type |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
DliResultSetMetaData.getColumnTypeInfo(int columnIndex) |
Constructor and Description |
---|
DliResultSetMetaData(List<String> columnNames,
List<? extends TypeInfo> typeInfos) |
Modifier and Type | Method and Description |
---|---|
static int |
DliColumn.columnDisplaySize(TypeInfo typeInfo) |
static int |
DliColumn.columnPrecision(TypeInfo typeInfo) |
static int |
DliColumn.columnScale(DliType type,
TypeInfo typeInfo) |
Constructor and Description |
---|
DliColumn(String columnName,
String tableName,
String tableSchema,
DliType type,
TypeInfo typeInfo,
String comment,
int ordinalPos) |
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayTypeInfo |
interface |
MapTypeInfo |
interface |
PrimitiveTypeInfo |
interface |
StructTypeInfo |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharTypeInfo |
class |
AbstractPrimitiveTypeInfo |
class |
CharTypeInfo |
class |
DecimalTypeInfo |
class |
SimpleArrayTypeInfo |
class |
SimpleMapTypeInfo |
class |
SimplePrimitiveTypeInfo |
class |
SimpleStructTypeInfo |
class |
VarcharTypeInfo |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
SimpleArrayTypeInfo.getElementTypeInfo() |
TypeInfo |
ArrayTypeInfo.getElementTypeInfo() |
TypeInfo |
SimpleMapTypeInfo.getKeyTypeInfo() |
TypeInfo |
MapTypeInfo.getKeyTypeInfo() |
static TypeInfo |
TypeInfoParser.getTypeInfoFromTypeString(String name) |
TypeInfo |
SimpleMapTypeInfo.getValueTypeInfo() |
TypeInfo |
MapTypeInfo.getValueTypeInfo() |
Modifier and Type | Method and Description |
---|---|
List<TypeInfo> |
StructTypeInfo.getFieldTypeInfos() |
List<TypeInfo> |
SimpleStructTypeInfo.getFieldTypeInfos() |
Modifier and Type | Method and Description |
---|---|
static ArrayTypeInfo |
TypeInfoFactory.getArrayTypeInfo(TypeInfo valueType) |
static Object |
TypeUtils.getField(Object fieldObj,
TypeInfo fieldTypeInfo) |
static MapTypeInfo |
TypeInfoFactory.getMapTypeInfo(TypeInfo keyType,
TypeInfo valueType) |
Modifier and Type | Method and Description |
---|---|
static StructTypeInfo |
TypeInfoFactory.getStructTypeInfo(ArrayList<String> names,
ArrayList<TypeInfo> typeInfos) |
Copyright © 2023. All rights reserved.