Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DefACLActionContext
-
Packages that use PostgreSQLStatementParser.DefACLActionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.DefACLActionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DefACLActionContext Modifier and Type Method Description PostgreSQLStatementParser.DefACLActionContextPostgreSQLStatementParser.AlterDefaultPrivilegesContext. defACLAction()PostgreSQLStatementParser.DefACLActionContextPostgreSQLStatementParser. defACLAction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DefACLActionContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitDefACLAction(PostgreSQLStatementParser.DefACLActionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.defACLAction().TPostgreSQLStatementParserVisitor. visitDefACLAction(PostgreSQLStatementParser.DefACLActionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.defACLAction().
-