Uses of Class
net.sf.jsqlparser.statement.ReturningClause
-
Packages that use ReturningClause Package Description net.sf.jsqlparser.statement net.sf.jsqlparser.statement.delete net.sf.jsqlparser.statement.insert net.sf.jsqlparser.statement.update -
-
Uses of ReturningClause in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return ReturningClause Modifier and Type Method Description ReturningClauseReturningClause. setKeyword(ReturningClause.Keyword keyword) -
Uses of ReturningClause in net.sf.jsqlparser.statement.delete
Methods in net.sf.jsqlparser.statement.delete that return ReturningClause Modifier and Type Method Description ReturningClauseDelete. getReturningClause()Methods in net.sf.jsqlparser.statement.delete with parameters of type ReturningClause Modifier and Type Method Description DeleteDelete. setReturningClause(ReturningClause returningClause) -
Uses of ReturningClause in net.sf.jsqlparser.statement.insert
Methods in net.sf.jsqlparser.statement.insert that return ReturningClause Modifier and Type Method Description ReturningClauseInsert. getReturningClause()Methods in net.sf.jsqlparser.statement.insert with parameters of type ReturningClause Modifier and Type Method Description InsertInsert. setReturningClause(ReturningClause returningClause) -
Uses of ReturningClause in net.sf.jsqlparser.statement.update
Methods in net.sf.jsqlparser.statement.update that return ReturningClause Modifier and Type Method Description ReturningClauseUpdate. getReturningClause()Methods in net.sf.jsqlparser.statement.update with parameters of type ReturningClause Modifier and Type Method Description UpdateUpdate. setReturningClause(ReturningClause returningClause)
-