public class DliColumn extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DLI_DATETIME_FORMAT |
static int |
DLI_DECIMAL_PRECISON |
static int |
DLI_DECIMAL_SCALE |
static int |
DLI_STRING_CHARACTERS |
Constructor and Description |
---|
DliColumn(String columnName,
String tableName,
String tableSchema,
DliType type,
TypeInfo typeInfo,
String comment,
int ordinalPos) |
Modifier and Type | Method and Description |
---|---|
static boolean |
columnCaseSensitive(DliType type) |
static String |
columnClassName(DliType type) |
static int |
columnDisplaySize(TypeInfo typeInfo) |
static int |
columnPrecision(TypeInfo typeInfo) |
static int |
columnScale(DliType type,
TypeInfo typeInfo) |
static boolean |
columnSigned(DliType type) |
static int |
dliTypeToSqlType(DliType type) |
String |
getColumnName() |
String |
getComment() |
int |
getDecimalDigits() |
int |
getIsNullable() |
String |
getIsNullableString() |
int |
getNumPercRaidx() |
int |
getOrdinalPos() |
String |
getTableName() |
String |
getTableSchema() |
int |
getType() |
String |
getTypeName() |
public static final String DLI_DATETIME_FORMAT
public static final int DLI_DECIMAL_PRECISON
public static final int DLI_DECIMAL_SCALE
public static final int DLI_STRING_CHARACTERS
public static int dliTypeToSqlType(DliType type) throws SQLException
SQLException
public static String columnClassName(DliType type) throws SQLException
SQLException
public static int columnDisplaySize(TypeInfo typeInfo) throws SQLException
SQLException
public static int columnPrecision(TypeInfo typeInfo) throws SQLException
SQLException
public static int columnScale(DliType type, TypeInfo typeInfo) throws SQLException
SQLException
public static boolean columnCaseSensitive(DliType type) throws SQLException
SQLException
public static boolean columnSigned(DliType type) throws SQLException
SQLException
public String getColumnName()
public String getTableName()
public String getTableSchema()
public int getType() throws SQLException
SQLException
public String getComment()
public String getTypeName()
public int getOrdinalPos()
public int getNumPercRaidx()
public int getDecimalDigits()
public int getIsNullable()
public String getIsNullableString()
Copyright © 2023. All rights reserved.