T - type of rulepublic abstract class MultipleDataSourcesRuntimeContext<T extends org.apache.shardingsphere.underlying.common.rule.BaseRule> extends AbstractRuntimeContext<T>
| 限定符 | 构造器和说明 |
|---|---|
protected |
MultipleDataSourcesRuntimeContext(Map<String,DataSource> dataSourceMap,
T rule,
Properties props,
org.apache.shardingsphere.spi.database.type.DatabaseType databaseType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData |
loadSchemaMetaData(Map<String,DataSource> dataSourceMap) |
close, getMetaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatabaseType, getExecutorEngine, getProperties, getRule, getSqlParserEngineprotected MultipleDataSourcesRuntimeContext(Map<String,DataSource> dataSourceMap, T rule, Properties props, org.apache.shardingsphere.spi.database.type.DatabaseType databaseType) throws SQLException
SQLExceptionprotected abstract org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData loadSchemaMetaData(Map<String,DataSource> dataSourceMap) throws SQLException
SQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.