Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ReturningClauseContext
-
-
Uses of PostgreSQLStatementParser.ReturningClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ReturningClauseContext Modifier and Type Method Description PostgreSQLStatementParser.ReturningClauseContextPostgreSQLStatementParser.DeleteContext. returningClause()PostgreSQLStatementParser.ReturningClauseContextPostgreSQLStatementParser.InsertContext. returningClause()PostgreSQLStatementParser.ReturningClauseContextPostgreSQLStatementParser. returningClause()PostgreSQLStatementParser.ReturningClauseContextPostgreSQLStatementParser.UpdateContext. returningClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ReturningClauseContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.returningClause().TPostgreSQLStatementParserVisitor. visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.returningClause(). -
Uses of PostgreSQLStatementParser.ReturningClauseContext 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.ReturningClauseContext Modifier and Type Method Description ASTNodePostgreSQLDMLStatementVisitor. visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx)
-