public interface Database
Modifier and Type | Field and Description |
---|---|
static ConfigKey<java.lang.String> |
SQL_VERSION |
Modifier and Type | Method and Description |
---|---|
void |
addSchema(Schema schema) |
void |
createSchema(java.lang.String name,
java.util.Map properties) |
java.util.Collection<Schema> |
getSchemas() |
void |
removeSchema(java.lang.String schemaName) |
static final ConfigKey<java.lang.String> SQL_VERSION