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.
|
getColumns, getExportedForeignKeys, getForeignKeys, getHiddenColumns, getImportedForeignKeys, getIndexes, getPrimaryKey, getPrivileges, getRelatedTables, getTableConstraints, getTableType, getTriggers, getWeakAssociations, hasPrimaryKey, lookupColumn, lookupForeignKey, lookupIndex, lookupPrivilege, lookupTableConstraint, lookupTrigger
getSchema
getFullName, getName, toUniqueLookupKey
compareTo
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks
getType
getDefinition, hasDefinition
CheckOptionType getCheckOption()
boolean isUpdatable()
Collection<Table> getTableUsage()
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.