Package com.randomnoun.common.db.to
Class TableColumnTO
java.lang.Object
com.randomnoun.common.db.to.TableColumnTO
- Direct Known Subclasses:
MysqlTableColumnTO
Holds type information for a table column.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
getName()
boolean
getTable()
boolean
void
setPrimaryKey
(boolean b)
-
Constructor Details
-
TableColumnTO
-
-
Method Details
-
getTable
-
getName
-
getColumnId
-
isPrimaryKey
-
setPrimaryKey
-
getDataType
-
getDataTypeLength
-
getDataTypePrecision
-
getDataScale
-
getNullable
-
getDefaultValue
-
getComments
-
getTypeString
-