public class NamedSchema extends ManagedEntity
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONF_COLUMNS |
aliases, CONF_ALIASES, CONF_ID, CONF_TYPE, createDateTime, digest, id, type| Constructor and Description |
|---|
NamedSchema(String id,
Repository<? extends NamedSchema> repo,
io.vertx.core.json.JsonObject config) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
getColumns() |
UsageStats |
getUsage(String idOrAlias) |
boolean |
hasColumn() |
static NamedSchema |
newInstance(Object... args) |
getAliases, getCreationDateTime, getId, getType, isDifferentFrom, validateprotected static final String CONF_COLUMNS
public NamedSchema(String id, Repository<? extends NamedSchema> repo, io.vertx.core.json.JsonObject config)
public static NamedSchema newInstance(Object... args)
public boolean hasColumn()
public TableDefinition getColumns()
public UsageStats getUsage(String idOrAlias)
getUsage in class ManagedEntityCopyright © 2019–2021. All rights reserved.