Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ReassignOwnedContext
-
Packages that use PostgreSQLStatementParser.ReassignOwnedContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type -
-
Uses of PostgreSQLStatementParser.ReassignOwnedContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ReassignOwnedContext Modifier and Type Method Description PostgreSQLStatementParser.ReassignOwnedContextPostgreSQLStatementParser.ExecuteContext. reassignOwned()PostgreSQLStatementParser.ReassignOwnedContextPostgreSQLStatementParser. reassignOwned()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ReassignOwnedContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.reassignOwned().TPostgreSQLStatementParserVisitor. visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.reassignOwned(). -
Uses of PostgreSQLStatementParser.ReassignOwnedContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.ReassignOwnedContext Modifier and Type Method Description ASTNodePostgreSQLDCLStatementVisitor. visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx)
-