public interface TableMetadata extends BindableMetadata
table elements.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalog()
Returns the name of the catalog of the table.
|
java.lang.String |
getSchema()
Returns the name of the schema of the table.
|
java.util.List<UniqueConstraintMetadata> |
getUniqueConstraints()
Returns the list of unique constraints of the table.
|
getNamegetLocatorjava.lang.String getCatalog()
java.lang.String getSchema()
java.util.List<UniqueConstraintMetadata> getUniqueConstraints()
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.