Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ReassignOwnedContext
Packages that use PostgreSQLStatementParser.ReassignOwnedContext
Package
Description
-
Uses of PostgreSQLStatementParser.ReassignOwnedContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ReassignOwnedContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ExecuteContext.reassignOwned()PostgreSQLStatementParser.reassignOwned()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ReassignOwnedContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.reassignOwned().PostgreSQLStatementParserVisitor.visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.reassignOwned(). -
Uses of PostgreSQLStatementParser.ReassignOwnedContext 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.ReassignOwnedContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDCLStatementSQLVisitor.visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx)