primary
private final boolean primary
private final boolean
private final boolean
private final boolean
private final boolean
private final boolean
UpdatableColumnInformation(ColumnInformation columnInformation,
boolean canBeNull,
boolean hasDefault,
boolean generated,
boolean primary,
boolean autoIncrement)
boolean
boolean
boolean
boolean
boolean
create, getCharsetNumber, getColumnType, getDatabase, getDecimals, getDisplaySize, getFlags, getLength, getName, getOriginalName, getOriginalTable, getPrecision, getTable, isBinary, isBlob, isMultipleKey, isNotNull, isPrimaryKey, isSigned, isUniqueKey, isZeroFill
columnInformation
- column meta informationcanBeNull
- can column be nullhasDefault
- has defaultgenerated
- is automatically generatedprimary
- is column part of primary keyautoIncrement
- column has AUTO_INCREMENT attribute