public final class SQLTokenGenerators extends Object
| 构造器和说明 |
|---|
SQLTokenGenerators() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAll(Collection<SQLTokenGenerator> sqlTokenGenerators)
Add all SQL token generators.
|
List<SQLToken> |
generateSQLTokens(String databaseName,
Map<String,org.apache.shardingsphere.infra.metadata.database.schema.decorator.model.ShardingSphereSchema> schemas,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext,
List<Object> parameters,
org.apache.shardingsphere.infra.context.ConnectionContext connectionContext)
Generate SQL tokens.
|
public void addAll(Collection<SQLTokenGenerator> sqlTokenGenerators)
sqlTokenGenerators - SQL token generatorspublic List<SQLToken> generateSQLTokens(String databaseName, Map<String,org.apache.shardingsphere.infra.metadata.database.schema.decorator.model.ShardingSphereSchema> schemas, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext, List<Object> parameters, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext)
databaseName - database namesqlStatementContext - SQL statement contextparameters - SQL parametersschemas - ShardingSphere schema mapconnectionContext - connection contextCopyright © 2022 The Apache Software Foundation. All rights reserved.