public final class StandardSchemaContexts extends Object implements SchemaContexts
| 构造器和说明 |
|---|
StandardSchemaContexts() |
StandardSchemaContexts(Map<String,org.apache.shardingsphere.infra.schema.ShardingSphereSchema> schemas,
ExecutorKernel executorKernel,
org.apache.shardingsphere.infra.auth.Authentication authentication,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
org.apache.shardingsphere.infra.schema.ShardingSphereSchema |
getDefaultSchema()
Get default schema.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthentication, getDatabaseType, getExecutorKernel, getProps, getSchemas, isCircuitBreakpublic StandardSchemaContexts()
public StandardSchemaContexts(Map<String,org.apache.shardingsphere.infra.schema.ShardingSphereSchema> schemas, ExecutorKernel executorKernel, org.apache.shardingsphere.infra.auth.Authentication authentication, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, org.apache.shardingsphere.infra.database.type.DatabaseType databaseType)
public org.apache.shardingsphere.infra.schema.ShardingSphereSchema getDefaultSchema()
SchemaContextsgetDefaultSchema 在接口中 SchemaContextspublic void close()
close 在接口中 Closeableclose 在接口中 AutoCloseableCopyright © 2020 The Apache Software Foundation. All rights reserved.