T - type of rulepublic interface RuntimeContext<T extends org.apache.shardingsphere.core.rule.BaseRule> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.spi.database.DatabaseType |
getDatabaseType()
Get database type.
|
org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine |
getExecuteEngine()
Get execute engine.
|
org.apache.shardingsphere.sql.parser.SQLParseEngine |
getParseEngine()
Get parse engine.
|
org.apache.shardingsphere.core.constant.properties.ShardingProperties |
getProps()
Get properties.
|
T |
getRule()
Get rule.
|
closeT getRule()
org.apache.shardingsphere.core.constant.properties.ShardingProperties getProps()
org.apache.shardingsphere.spi.database.DatabaseType getDatabaseType()
org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine getExecuteEngine()
org.apache.shardingsphere.sql.parser.SQLParseEngine getParseEngine()
Copyright © 2020 The Apache Software Foundation. All rights reserved.