Package me.danwi.sqlex.core.query
Class Column.MetaData
java.lang.Object
me.danwi.sqlex.core.query.Column.MetaData
- Enclosing class:
- Column
-
Method Details
-
getTableName
-
getColumnName
-
getTypeName
-
getJdbcType
-
getLength
public long getLength() -
isUnsigned
public boolean isUnsigned() -
isBinary
public boolean isBinary() -
getDecimal
public long getDecimal() -
isPrimaryKey
public boolean isPrimaryKey() -
isAutoIncrement
public boolean isAutoIncrement() -
isUnique
public boolean isUnique() -
isNotNull
public boolean isNotNull() -
isHasDefaultValue
public boolean isHasDefaultValue()
-