Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ReturningClauseContext
Packages that use PostgreSQLStatementParser.ReturningClauseContext
Package
Description
-
Uses of PostgreSQLStatementParser.ReturningClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ReturningClauseContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.DeleteContext.returningClause()PostgreSQLStatementParser.InsertContext.returningClause()PostgreSQLStatementParser.returningClause()PostgreSQLStatementParser.UpdateContext.returningClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ReturningClauseContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.returningClause().PostgreSQLStatementParserVisitor.visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.returningClause(). -
Uses of PostgreSQLStatementParser.ReturningClauseContext 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.ReturningClauseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDMLStatementSQLVisitor.visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx)