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
  nullif no such schema exists. | 
| List<Schema> | getSchemas()List all schemas contained in this catalog. | 
| java.util.stream.Stream<Schema> | schemaStream()Stream all schemas contained in this catalog. | 
String getName()
Schema getSchema(String name)
null if no such schema exists.java.util.stream.Stream<Schema> schemaStream()
Copyright © 2017. All Rights Reserved.