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