public interface BaseElement
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canBeNull()
Returns true if the column's value can be null, particularly in the interim between create and commit where generated
or auto-increment schema columns are not yet unassigned values from the db.
|
default java.lang.String |
getColumnClassName() |
default BaseElement |
getForeignKey() |
java.lang.String |
getName() |
int |
getPosition() |
int |
getSize() |
default boolean |
isAutoIncrement() |
default boolean |
isGenerated() |
boolean |
isNullable() |
java.lang.String getName()
int getPosition()
int getSize()
boolean isNullable()
default boolean isGenerated()
default boolean isAutoIncrement()
default java.lang.String getColumnClassName()
default boolean canBeNull()
default BaseElement getForeignKey()
Copyright © 2023. All rights reserved.