public interface TableGeneratorMetadata extends GeneratorMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getPkColumnName()
Returns the name of the primary key column of the table generator.
|
String |
getPkColumnValue()
Returns the primary key value of the table generator.
|
String |
getTable()
Returns the table name of the table generator.
|
List<UniqueConstraintMetadata> |
getUniqueConstraints()
Returns the list of unique constraints of the table generator.
|
String |
getValueColumnName()
Returns the name of the value column of the table generator.
|
getAllocationSize, getCatalog, getInitialValue, getSchemagetNamegetLocatorString getPkColumnName()
String getPkColumnValue()
String getTable()
List<UniqueConstraintMetadata> getUniqueConstraints()
String getValueColumnName()
Copyright © 2012-2013 Batoo. All Rights Reserved.