Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PrepareContext
Packages that use PostgreSQLStatementParser.PrepareContext
Package
Description
-
Uses of PostgreSQLStatementParser.PrepareContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PrepareContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ExecuteContext.prepare()PostgreSQLStatementParser.prepare()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.PrepareContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitPrepare(PostgreSQLStatementParser.PrepareContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.prepare().PostgreSQLStatementParserVisitor.visitPrepare(PostgreSQLStatementParser.PrepareContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.prepare(). -
Uses of PostgreSQLStatementParser.PrepareContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.PrepareContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitPrepare(PostgreSQLStatementParser.PrepareContext ctx)