public interface IDBSchema
Modifier and Type | Method and Description |
---|---|
boolean |
containsIndex(String pIndexName)
REturns true if index is defined in this schema
|
boolean |
containsTable(String name) |
IDBIndex |
getIndex(String pName) |
List<? extends IDBIndex> |
getIndexes() |
IDBSequence |
getSequence(String pName) |
List<? extends IDBSequence> |
getSequences() |
IDBSourceCode |
getSourceCodeObject(String pName,
IDBSourceCode.SourceCodeType type) |
List<? extends IDBSourceCode> |
getSourceCodeObjects() |
IDBTable |
getTable(String name) |
List<? extends IDBTable> |
getTables() |
List<? extends IDBView> |
getViews() |
List<? extends IDBTable> getTables()
List<? extends IDBView> getViews()
IDBTable getTable(String name) throws NoSuchTableException
name
- NoSuchTableException
boolean containsTable(String name)
List<? extends IDBIndex> getIndexes()
IDBIndex getIndex(String pName) throws NoSuchIndexException
pName
- NoSuchIndexException
boolean containsIndex(String pIndexName)
pIndexName
- List<? extends IDBSequence> getSequences()
IDBSequence getSequence(String pName) throws NoSuchSequenceException
pName
- NoSuchSequenceException
List<? extends IDBSourceCode> getSourceCodeObjects()
IDBSourceCode getSourceCodeObject(String pName, IDBSourceCode.SourceCodeType type) throws NoSuchSourceCodeException
pName
- NoSuchSequenceException
NoSuchSourceCodeException
Copyright © 2015. All Rights Reserved.