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, lookupTrigger
getSchema, withQuoting
getFullName, getName, key
compareTo
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks, setRemarks
getType
getDefinition, hasDefinition
CheckOptionType getCheckOption()
Collection<Table> getTableUsage()
boolean isUpdatable()
Copyright © 2000-2025 Sualeh Fatehi. All rights reserved.