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