| Modifier and Type | Method and Description |
|---|---|
void |
SQLRewriteContext.addSQLTokenGenerators(Collection<SQLTokenGenerator> sqlTokenGenerators)
Add SQL token generators.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionSQLTokenGenerator<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>
SQL token generator for collection.
|
interface |
OptionalSQLTokenGenerator<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext>
SQL token generator for optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLTokenGenerators.addAll(Collection<SQLTokenGenerator> sqlTokenGenerators)
Add all SQL token generators.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SQLTokenGenerator> |
SQLTokenGeneratorBuilder.getSQLTokenGenerators()
Get SQL token generators.
|
Collection<SQLTokenGenerator> |
DefaultTokenGeneratorBuilder.getSQLTokenGenerators() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveTokenGenerator
Remove token generator.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.