| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
SQLStatementFillerEngine.fill(Collection<SQLSegment> sqlSegments,
SQLStatementRule rule)
Fill SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLStatementOptimizerEngine.optimize(SQLStatementRule rule,
SQLStatement sqlStatement)
Optimize SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SQLStatementRule> |
SQLAST.getSQLStatementRule()
Get SQL statement rule.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SQLStatementRule> |
ParsingRuleRegistry.findSQLStatementRule(DatabaseType databaseType,
String contextClassName)
Find SQL statement rule.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.