public final class SQLTokenGenerators extends Object
| Constructor and Description |
|---|
SQLTokenGenerators() |
| Modifier and Type | Method and Description |
|---|---|
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> params,
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> params, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext)
databaseName - database namesqlStatementContext - SQL statement contextparams - SQL parametersschemas - ShardingSphere schema mapconnectionContext - connection contextCopyright © 2023 The Apache Software Foundation. All rights reserved.