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