public interface TableReference extends NamedObject, AttributedObject, DescribedObject, TableConstraint, Iterable<ColumnReference>
| Modifier and Type | Method and Description |
|---|---|
List<ColumnReference> |
getColumnReferences()
Gets the list of column pairs.
|
Table |
getForeignKeyTable()
Gets the referencing table.
|
Table |
getPrimaryKeyTable()
Gets the referenced table.
|
default Table |
getReferencedTable() |
default Table |
getReferencingTable() |
getColumns, getConstrainedColumns, isDeferrable, isInitiallyDeferredgetShortName, isParentPartialgetSchemagetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentgetDefinition, hasDefinitiongetTypeforEach, iterator, spliteratorList<ColumnReference> getColumnReferences()
Table getForeignKeyTable()
Table getPrimaryKeyTable()
default Table getReferencedTable()
default Table getReferencingTable()
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.