public interface Catalog extends QueryPart
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of this catalog.
|
Name |
getQualifiedName()
The qualified name of this catalog.
|
Schema |
getSchema(java.lang.String name)
Get a schema by its name (case-sensitive) in this catalog, or
null if no such schema exists. |
java.util.List<Schema> |
getSchemas()
List all schemas contained in this catalog.
|
Name |
getUnqualifiedName()
The unqualified name of this catalog.
|
java.util.stream.Stream<Schema> |
schemaStream()
Stream all schemas contained in this catalog.
|
java.lang.String getName()
Name getQualifiedName()
Name getUnqualifiedName()
java.util.List<Schema> getSchemas()
Schema getSchema(java.lang.String name)
null
if no such schema exists.java.util.stream.Stream<Schema> schemaStream()
Copyright © 2018. All Rights Reserved.