public final class SQLRewriteContext extends Object
| 构造器和说明 |
|---|
SQLRewriteContext(org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema schema,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
String sql,
List<Object> parameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSQLTokenGenerators(Collection<SQLTokenGenerator> sqlTokenGenerators)
Add SQL token generators.
|
void |
generateSQLTokens()
Generate SQL tokens.
|
public void addSQLTokenGenerators(Collection<SQLTokenGenerator> sqlTokenGenerators)
sqlTokenGenerators - SQL token generatorspublic void generateSQLTokens()
Copyright © 2021 The Apache Software Foundation. All rights reserved.