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.
|
default Table |
getDependentTable()
Gets dependent or child table for this reference.
|
Table |
getForeignKeyTable()
Gets the dependent table with an imported foreign key.
|
Table |
getPrimaryKeyTable()
Gets the referenced table.
|
default Table |
getReferencedTable()
Gets referenced or parent table for this reference.
|
default Table |
getReferencingTable()
Deprecated.
|
getConstrainedColumns, isDeferrable, isInitiallyDeferredgetShortName, isParentPartialgetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentgetDefinition, hasDefinitiongetTypeforEach, iterator, spliteratorList<ColumnReference> getColumnReferences()
default Table getDependentTable()
Table getForeignKeyTable()
Table getPrimaryKeyTable()
default Table getReferencedTable()
@Deprecated default Table getReferencingTable()
#getDependentTable()}Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.