public interface Catalog extends Named
Modifier and Type | Method and Description |
---|---|
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.
|
Stream<Schema> |
schemaStream()
Stream all schemas contained in this catalog.
|
getComment, getName, getQualifiedName, getUnqualifiedName
Copyright © 2019. All rights reserved.