Interface Table<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseName()Column<?>getColumn(String name)List<Column<?>>getColumns()StringgetName()StringgetPrefix()PrimaryKeyConstraintgetPrimaryKeyConstraint()List<ReferentialConstraint>getReferentialContraints()
-
-
-
Method Detail
-
getPrefix
String getPrefix()
-
getBaseName
String getBaseName()
-
getName
String getName()
-
getPrimaryKeyConstraint
PrimaryKeyConstraint getPrimaryKeyConstraint()
-
getReferentialContraints
List<ReferentialConstraint> getReferentialContraints()
-
-