public final class RemoveTokenGenerator extends Object implements CollectionSQLTokenGenerator<org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>
| Constructor and Description |
|---|
RemoveTokenGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RemoveToken> |
generateSQLTokens(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
Generate SQL tokens.
|
boolean |
isGenerateSQLToken(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
Judge is generate SQL token or not.
|
public boolean isGenerateSQLToken(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
SQLTokenGeneratorisGenerateSQLToken in interface SQLTokenGeneratorsqlStatementContext - SQL statement contextpublic Collection<RemoveToken> generateSQLTokens(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
CollectionSQLTokenGeneratorgenerateSQLTokens in interface CollectionSQLTokenGenerator<org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>sqlStatementContext - SQL statement contextCopyright © 2023 The Apache Software Foundation. All rights reserved.