Interface CollectionSQLTokenGenerator<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>
- Type Parameters:
T- type of SQL statement context
- All Superinterfaces:
SQLTokenGenerator
- All Known Implementing Classes:
RemoveTokenGenerator
public interface CollectionSQLTokenGenerator<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>
extends SQLTokenGenerator
SQL token generator for collection.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends SQLToken>generateSQLTokens(T sqlStatementContext) Generate SQL tokens.Methods inherited from interface org.apache.shardingsphere.infra.rewrite.sql.token.generator.SQLTokenGenerator
isGenerateSQLToken
-
Method Details
-
generateSQLTokens
Generate SQL tokens.- Parameters:
sqlStatementContext- SQL statement context- Returns:
- SQL tokens
-