| 程序包 | 说明 |
|---|---|
| io.shardingsphere.core.parsing.antlr.filler | |
| io.shardingsphere.core.parsing.antlr.optimizer | |
| io.shardingsphere.core.parsing.antlr.rule.registry |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLStatement |
SQLStatementFillerEngine.fill(Collection<SQLSegment> sqlSegments,
SQLStatementRule rule)
Fill SQL statement.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SQLStatementOptimizerEngine.optimize(SQLStatementRule rule,
SQLStatement sqlStatement)
Optimize SQL statement.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.common.base.Optional<SQLStatementRule> |
ParsingRuleRegistry.findSQLStatementRule(DatabaseType databaseType,
String contextClassName)
Find SQL statement rule.
|
Copyright © 2019. All rights reserved.