@Value.Immutable
public interface DatabaseMeta
| Modifier and Type | Method and Description |
|---|---|
default Optional<CustomTypeMeta> |
findCustomType(String name) |
default Optional<TableMeta> |
findTable(String name) |
com.google.common.collect.ImmutableList<CustomTypeMeta> |
getCustomTypes() |
com.google.common.collect.ImmutableList<ProcedureMeta> |
getProcedures() |
String |
getSchema() |
com.google.common.collect.ImmutableList<TableMeta> |
getTables() |
com.google.common.collect.ImmutableList<TableMeta> |
getViews() |
String getSchema()
com.google.common.collect.ImmutableList<CustomTypeMeta> getCustomTypes()
default Optional<CustomTypeMeta> findCustomType(String name)
com.google.common.collect.ImmutableList<TableMeta> getTables()
com.google.common.collect.ImmutableList<TableMeta> getViews()
com.google.common.collect.ImmutableList<ProcedureMeta> getProcedures()
Copyright © 2019 Nuiton. All rights reserved.