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() |
getJdbcType, getScale, getTypegetPosition, getSize, isNullableSchemaTable getTable()
getTable in interface DataElementboolean isNonNullUniqueId()
boolean isPrimaryKeyPart()
java.lang.String getNonNullUniqueKeyName()
boolean isAutoIncrement()
boolean isGenerated()
java.lang.String getDefaultValue()
SchemaColumn getForeignKey()
int getNumPrecRadix()
Copyright © 2023. All rights reserved.