public interface Catalog extends QueryPart
NOTE: Catalogs are experimental in jOOQ 3.0
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
The name of this schema 
 | 
Schema | 
getSchema(String name)
Get a schema by its name (case-sensitive) in this catalog, or
  
null if no such schema exists | 
List<Schema> | 
getSchemas()
List all schemas contained in this catalog 
 | 
Copyright © 2015. All Rights Reserved.