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