public interface Schema extends QueryPart
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of this schema
|
Sequence<?> |
getSequence(java.lang.String name)
Get a sequence by its name (case-sensitive) in this schema, or
null if no such sequence exists |
java.util.List<Sequence<?>> |
getSequences()
List all sequences contained in this schema
|
Table<?> |
getTable(java.lang.String name)
Get a table by its name (case-sensitive) in this schema, or
null if no such table exists |
java.util.List<Table<?>> |
getTables()
List all tables contained in this schema
|
UDT<?> |
getUDT(java.lang.String name)
Get a UDT by its name (case-sensitive) in this schema, or
null if no such UDT exists |
java.util.List<UDT<?>> |
getUDTs()
List all UDTs contained in this schema
|
java.lang.String getName()
java.util.List<Table<?>> getTables()
Table<?> getTable(java.lang.String name)
null
if no such table existsjava.util.List<UDT<?>> getUDTs()
UDT<?> getUDT(java.lang.String name)
null
if no such UDT existsjava.util.List<Sequence<?>> getSequences()
Sequence<?> getSequence(java.lang.String name)
null
if no such sequence existsCopyright © 2015. All Rights Reserved.