public interface SchemaColumn extends Column
LOGGER| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue() |
SchemaColumn |
getForeignKey() |
java.lang.String |
getNonNullUniqueKeyName() |
int |
getNumPrecRadix() |
SchemaTable |
getOwner() |
boolean |
isAutoIncrement() |
boolean |
isGenerated() |
boolean |
isNonNullUniqueId() |
boolean |
isPrimaryKeyPart() |
getTypecanBeNull, getColumnClassName, getJdbcType, getPosition, getScale, getSize, getSqlType, isNullableSchemaTable getOwner()
getOwner in interface DataElementboolean isNonNullUniqueId()
boolean isPrimaryKeyPart()
java.lang.String getNonNullUniqueKeyName()
boolean isAutoIncrement()
isAutoIncrement in interface BaseElementboolean isGenerated()
isGenerated in interface BaseElementjava.lang.String getDefaultValue()
SchemaColumn getForeignKey()
getForeignKey in interface BaseElementint getNumPrecRadix()
Copyright © 2023. All rights reserved.