Uses of Class
org.apache.shardingsphere.sql.parser.core.ParseASTNode
Packages that use ParseASTNode
Package
Description
-
Uses of ParseASTNode in org.apache.shardingsphere.sql.parser.api
Methods in org.apache.shardingsphere.sql.parser.api that return ParseASTNodeModifier and TypeMethodDescriptionParse SQL.Methods in org.apache.shardingsphere.sql.parser.api with parameters of type ParseASTNodeModifier and TypeMethodDescription<T> TSQLVisitorEngine.visit(ParseASTNode parseASTNode) Visit parse context. -
Uses of ParseASTNode in org.apache.shardingsphere.sql.parser.core.database.cache
Methods in org.apache.shardingsphere.sql.parser.core.database.cache that return ParseASTNodeMethods in org.apache.shardingsphere.sql.parser.core.database.cache that return types with arguments of type ParseASTNodeModifier and TypeMethodDescriptionstatic com.github.benmanes.caffeine.cache.LoadingCache<String,ParseASTNode> ParseTreeCacheBuilder.build(CacheOption option, String databaseType) Build parse tree cache. -
Uses of ParseASTNode in org.apache.shardingsphere.sql.parser.core.database.parser
Methods in org.apache.shardingsphere.sql.parser.core.database.parser that return ParseASTNode