public interface View extends Table
| Modifier and Type | Method and Description |
|---|---|
CheckOptionType |
getCheckOption()
Type of WITH CHECK OPTION.
|
Collection<Table> |
getTableUsage()
Gets tables used by the view.
|
boolean |
isUpdatable()
Specifies whether the view is updatable.
|
<T extends Table> |
lookupTable(Schema schema,
String name)
Gets a referenced table by unqualified name.
|
getAlternateKeys, getColumns, getDependentTables, getExportedForeignKeys, getForeignKeys, getHiddenColumns, getImportedForeignKeys, getIndexes, getPrimaryKey, getPrivileges, getReferencedTables, getReferencingTables, getRelatedTables, getTableConstraints, getTableType, getTriggers, getWeakAssociations, hasForeignKeys, hasPrimaryKey, lookupAlternateKey, lookupColumn, lookupForeignKey, lookupIndex, lookupPrivilege, lookupTableConstraint, lookupTriggergetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetTypegetDefinition, hasDefinitionCheckOptionType getCheckOption()
Collection<Table> getTableUsage()
boolean isUpdatable()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.