Uses of Class
org.apache.shardingsphere.sql.parser.core.ParseASTNode
-
-
Uses of ParseASTNode in org.apache.shardingsphere.sql.parser.api
Methods in org.apache.shardingsphere.sql.parser.api that return ParseASTNode Modifier and Type Method Description ParseASTNodeSQLParserEngine. parse(String sql, boolean useCache)Parse SQL.Methods in org.apache.shardingsphere.sql.parser.api with parameters of type ParseASTNode Modifier and Type Method Description SQLStatementSQLStatementVisitorEngine. 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 ParseASTNode Modifier and Type Method Description ParseASTNodeParseTreeCacheLoader. load(String sql)Methods in org.apache.shardingsphere.sql.parser.core.database.cache that return types with arguments of type ParseASTNode Modifier and Type Method Description static 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 Modifier and Type Method Description ParseASTNodeSQLParserExecutor. parse(String sql)Parse SQL.
-