public interface SchemaColumn extends Column
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue() |
SchemaColumn |
getForeignKey() |
java.lang.String |
getNonNullUniqueKeyName() |
int |
getNumPrecRadix() |
SchemaTable |
getTable() |
boolean |
isAutoIncrement() |
boolean |
isGenerated() |
boolean |
isNonNullUniqueId() |
boolean |
isPrimaryKeyPart() |
default boolean |
isSqliteRowId() |
getColumnClassName, getJdbcType, getScale, getTypecanBeNull, getPosition, getSize, isNullableSchemaTable getTable()
getTable 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()
default boolean isSqliteRowId()
Copyright © 2023. All rights reserved.