类 DatabendColumnInfo
java.lang.Object
com.databend.jdbc.DatabendColumnInfo
-
嵌套类概要
嵌套类 -
构造器概要
构造器构造器说明DatabendColumnInfo(int columnType, List<Integer> columnParameterTypes, com.databend.client.data.DatabendRawType type, DatabendColumnInfo.Nullable nullable, boolean currency, boolean signed, int precision, int scale, int columnDisplaySize, String columnLabel, String columnName, String tableName, String schemaName, String catalogName) -
方法概要
修饰符和类型方法说明intintintintgetScale()com.databend.client.data.DatabendRawTypegetType()booleanbooleanisSigned()static DatabendColumnInfo.BuildernewBuilder(String name, com.databend.client.data.DatabendRawType type) static DatabendColumnInfostatic voidsetTypeInfo(DatabendColumnInfo.Builder builder, com.databend.client.data.DatabendRawType type)
-
构造器详细资料
-
DatabendColumnInfo
public DatabendColumnInfo(int columnType, List<Integer> columnParameterTypes, com.databend.client.data.DatabendRawType type, DatabendColumnInfo.Nullable nullable, boolean currency, boolean signed, int precision, int scale, int columnDisplaySize, String columnLabel, String columnName, String tableName, String schemaName, String catalogName)
-
-
方法详细资料
-
of
-
setTypeInfo
public static void setTypeInfo(DatabendColumnInfo.Builder builder, com.databend.client.data.DatabendRawType type) -
newBuilder
public static DatabendColumnInfo.Builder newBuilder(String name, com.databend.client.data.DatabendRawType type) -
getColumnType
public int getColumnType() -
getColumnParameterTypes
-
getType
public com.databend.client.data.DatabendRawType getType() -
getNullable
-
getColumnTypeName
-
isCurrency
public boolean isCurrency() -
isSigned
public boolean isSigned() -
getPrecision
public int getPrecision() -
getScale
public int getScale() -
getColumnDisplaySize
public int getColumnDisplaySize() -
getColumnLabel
-
getColumnName
-
getTableName
-
getSchemaName
-
getCatalogName
-