public class UpdatableColumnInformation extends ColumnInformation
Constructor and Description |
---|
UpdatableColumnInformation(ColumnInformation columnInformation,
boolean canBeNull,
boolean hasDefault,
boolean generated,
boolean primary,
boolean autoIncrement)
Constructor of Column metadata.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canBeNull() |
boolean |
hasDefault() |
boolean |
isAutoIncrement() |
boolean |
isGenerated() |
boolean |
isPrimary() |
create, getCharsetNumber, getColumnType, getDatabase, getDecimals, getDisplaySize, getFlags, getLength, getName, getOriginalName, getOriginalTable, getPrecision, getTable, isBinary, isBlob, isMultipleKey, isNotNull, isPrimaryKey, isSigned, isUniqueKey, isZeroFill
public UpdatableColumnInformation(ColumnInformation columnInformation, boolean canBeNull, boolean hasDefault, boolean generated, boolean primary, boolean autoIncrement)
columnInformation
- column meta informationcanBeNull
- can column be nullhasDefault
- has defaultgenerated
- is automatically generatedprimary
- is column part of primary keyautoIncrement
- column has AUTO_INCREMENT attributeCopyright © 2020 mariadb.org. All rights reserved.