Uses of Class
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
Packages that use SQLToken
Package
Description
-
Uses of SQLToken in org.apache.shardingsphere.infra.rewrite.sql.impl
Methods in org.apache.shardingsphere.infra.rewrite.sql.impl with parameters of type SQLTokenModifier and TypeMethodDescriptionprotected abstract StringAbstractSQLBuilder.getSQLTokenText(SQLToken sqlToken) protected StringDefaultSQLBuilder.getSQLTokenText(SQLToken sqlToken) protected StringRouteSQLBuilder.getSQLTokenText(SQLToken sqlToken) -
Uses of SQLToken in org.apache.shardingsphere.infra.rewrite.sql.token.generator
Methods in org.apache.shardingsphere.infra.rewrite.sql.token.generator that return SQLTokenModifier and TypeMethodDescriptionOptionalSQLTokenGenerator.generateSQLToken(T sqlStatementContext) Generate SQL token.Methods in org.apache.shardingsphere.infra.rewrite.sql.token.generator that return types with arguments of type SQLTokenModifier and TypeMethodDescriptionCollection<? extends SQLToken>CollectionSQLTokenGenerator.generateSQLTokens(T sqlStatementContext) Generate SQL tokens.SQLTokenGenerators.generateSQLTokens(String databaseName, Map<String, org.apache.shardingsphere.infra.metadata.database.schema.model.ShardingSphereSchema> schemas, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext, List<Object> params, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) Generate SQL tokens. -
Uses of SQLToken in org.apache.shardingsphere.infra.rewrite.sql.token.generator.aware
Method parameters in org.apache.shardingsphere.infra.rewrite.sql.token.generator.aware with type arguments of type SQLTokenModifier and TypeMethodDescriptionvoidPreviousSQLTokensAware.setPreviousSQLTokens(List<SQLToken> previousSQLTokens) Set previous SQL tokens. -
Uses of SQLToken in org.apache.shardingsphere.infra.rewrite.sql.token.pojo
Methods in org.apache.shardingsphere.infra.rewrite.sql.token.pojo with parameters of type SQLToken -
Uses of SQLToken in org.apache.shardingsphere.infra.rewrite.sql.token.pojo.generic
Subclasses of SQLToken in org.apache.shardingsphere.infra.rewrite.sql.token.pojo.genericModifier and TypeClassDescriptionfinal classComposable SQL token.final classInsert columns token.classInsert values token.final classOwner token.final classRemove token.final classSubstitutable column name token.final classDefault insert columns token.Methods in org.apache.shardingsphere.infra.rewrite.sql.token.pojo.generic with parameters of type SQLTokenModifier and TypeMethodDescriptionvoidComposableSQLToken.addSQLToken(SQLToken sqlToken) Add SQL token.