Package org.komapper.codegen
Interface Column
public interface Column
-
Method Details
-
getName
-
getDataType
int getDataType() -
getTypeName
-
getLength
int getLength() -
getScale
int getScale() -
isNullable
boolean isNullable() -
isPrimaryKey
boolean isPrimaryKey() -
isAutoIncrement
boolean isAutoIncrement()
-