T - type of rulepublic interface RuntimeContext<T extends org.apache.shardingsphere.underlying.common.rule.BaseRule> extends AutoCloseable
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shardingsphere.spi.database.type.DatabaseType |
getDatabaseType()
Get database type.
|
org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine |
getExecutorEngine()
Get execute engine.
|
org.apache.shardingsphere.underlying.common.config.properties.ConfigurationProperties |
getProperties()
Get properties.
|
T |
getRule()
Get rule.
|
org.apache.shardingsphere.sql.parser.SQLParserEngine |
getSqlParserEngine()
Get SQL parser engine.
|
closeT getRule()
org.apache.shardingsphere.underlying.common.config.properties.ConfigurationProperties getProperties()
org.apache.shardingsphere.spi.database.type.DatabaseType getDatabaseType()
org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine getExecutorEngine()
org.apache.shardingsphere.sql.parser.SQLParserEngine getSqlParserEngine()
Copyright © 2020 The Apache Software Foundation. All rights reserved.