Interface OptionalSQLTokenGenerator<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext>
- Type Parameters:
T- type of SQL statement context
- All Superinterfaces:
SQLTokenGenerator
public interface OptionalSQLTokenGenerator<T extends org.apache.shardingsphere.infra.binder.statement.SQLStatementContext>
extends SQLTokenGenerator
SQL token generator for optional.
-
Method Summary
Methods inherited from interface org.apache.shardingsphere.infra.rewrite.sql.token.generator.SQLTokenGenerator
isGenerateSQLToken
-
Method Details
-
generateSQLToken
Generate SQL token.- Parameters:
sqlStatementContext- SQL statement context- Returns:
- SQL token
-