public class ColumnMeta extends Object
| Constructor and Description |
|---|
ColumnMeta()
Instantiates a new Column meta.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getCharOctetLength()
Gets char octet length.
|
String |
getColumnDef()
Gets column def.
|
String |
getColumnName()
Gets column name.
|
int |
getColumnSize()
Gets column size.
|
int |
getDataType()
Gets data type.
|
String |
getDataTypeName()
Gets data type name.
|
int |
getDecimalDigits()
Gets decimal digits.
|
String |
getIsAutoincrement()
Gets is autoincrement.
|
String |
getIsNullAble()
Gets is null able.
|
int |
getNullAble()
Gets null able.
|
int |
getNumPrecRadix()
Gets num prec radix.
|
int |
getOrdinalPosition()
Gets ordinal position.
|
String |
getRemarks()
Gets remarks.
|
int |
getSqlDataType()
Gets sql data type.
|
int |
getSqlDatetimeSub()
Gets sql datetime sub.
|
String |
getTableCat()
Gets table cat.
|
protected String |
getTableName()
Gets table name
|
protected String |
getTableSchemaName()
Gets table schema name
|
int |
hashCode() |
boolean |
isAutoincrement()
Is autoincrement boolean.
|
boolean |
isCaseSensitive() |
boolean |
isOnUpdate() |
void |
setCaseSensitive(boolean caseSensitive) |
void |
setCharOctetLength(Object charOctetLength)
Sets char octet length.
|
void |
setColumnDef(String columnDef)
Sets column def.
|
void |
setColumnName(String columnName)
Sets column name.
|
void |
setColumnSize(int columnSize)
Sets column size.
|
void |
setDataType(int dataType)
Sets data type.
|
void |
setDataTypeName(String dataTypeName)
Sets data type name.
|
void |
setDecimalDigits(int decimalDigits)
Sets decimal digits.
|
void |
setIsAutoincrement(String isAutoincrement)
Sets is autoincrement.
|
void |
setIsNullAble(String isNullAble)
Sets is null able.
|
void |
setNullAble(int nullAble)
Sets null able.
|
void |
setNumPrecRadix(int numPrecRadix)
Sets num prec radix.
|
void |
setOnUpdate(boolean onUpdate) |
void |
setOrdinalPosition(int ordinalPosition)
Sets ordinal position.
|
void |
setRemarks(String remarks)
Sets remarks.
|
void |
setSqlDataType(int sqlDataType)
Sets sql data type.
|
void |
setSqlDatetimeSub(int sqlDatetimeSub)
Sets sql datetime sub.
|
void |
setTableCat(String tableCat)
Sets table cat.
|
void |
setTableName(String tableName)
Sets table name.
|
void |
setTableSchemaName(String tableSchemaName)
Sets table schema name.
|
String |
toString() |
public boolean isAutoincrement()
public String getTableCat()
public void setTableCat(String tableCat)
tableCat - the table catpublic void setTableSchemaName(String tableSchemaName)
tableSchemaName - the table schema nameprotected String getTableSchemaName()
public void setTableName(String tableName)
tableName - the table nameprotected String getTableName()
public String getColumnName()
public void setColumnName(String columnName)
columnName - the column namepublic int getDataType()
public void setDataType(int dataType)
dataType - the data typepublic String getDataTypeName()
public void setDataTypeName(String dataTypeName)
dataTypeName - the data type namepublic int getColumnSize()
public void setColumnSize(int columnSize)
columnSize - the column sizepublic int getDecimalDigits()
public void setDecimalDigits(int decimalDigits)
decimalDigits - the decimal digitspublic int getNumPrecRadix()
public void setNumPrecRadix(int numPrecRadix)
numPrecRadix - the num prec radixpublic int getNullAble()
public void setNullAble(int nullAble)
nullAble - the null ablepublic String getRemarks()
public void setRemarks(String remarks)
remarks - the remarkspublic String getColumnDef()
public void setColumnDef(String columnDef)
columnDef - the column defpublic int getSqlDataType()
public void setSqlDataType(int sqlDataType)
sqlDataType - the sql data typepublic int getSqlDatetimeSub()
public void setSqlDatetimeSub(int sqlDatetimeSub)
sqlDatetimeSub - the sql datetime subpublic Object getCharOctetLength()
public void setCharOctetLength(Object charOctetLength)
charOctetLength - the char octet lengthpublic int getOrdinalPosition()
public void setOrdinalPosition(int ordinalPosition)
ordinalPosition - the ordinal positionpublic String getIsNullAble()
public void setIsNullAble(String isNullAble)
isNullAble - the is null ablepublic String getIsAutoincrement()
public void setIsAutoincrement(String isAutoincrement)
isAutoincrement - the is autoincrementpublic boolean isOnUpdate()
public void setOnUpdate(boolean onUpdate)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
Copyright © 2023 Seata. All rights reserved.