Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.XmlRootStandaloneContext
-
Packages that use PostgreSQLStatementParser.XmlRootStandaloneContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.XmlRootStandaloneContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.XmlRootStandaloneContext Modifier and Type Method Description PostgreSQLStatementParser.XmlRootStandaloneContextPostgreSQLStatementParser.FunctionExprCommonSubexprContext. xmlRootStandalone()PostgreSQLStatementParser.XmlRootStandaloneContextPostgreSQLStatementParser. xmlRootStandalone()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.XmlRootStandaloneContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitXmlRootStandalone(PostgreSQLStatementParser.XmlRootStandaloneContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.xmlRootStandalone().TPostgreSQLStatementParserVisitor. visitXmlRootStandalone(PostgreSQLStatementParser.XmlRootStandaloneContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.xmlRootStandalone().
-