Uses of Class
net.sf.jsqlparser.statement.ReturningClause.Keyword
-
Packages that use ReturningClause.Keyword Package Description net.sf.jsqlparser.statement -
-
Uses of ReturningClause.Keyword in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return ReturningClause.Keyword Modifier and Type Method Description static ReturningClause.KeywordReturningClause.Keyword. from(String keyword)ReturningClause.KeywordReturningClause. getKeyword()static ReturningClause.KeywordReturningClause.Keyword. valueOf(String name)Returns the enum constant of this type with the specified name.static ReturningClause.Keyword[]ReturningClause.Keyword. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement with parameters of type ReturningClause.Keyword Modifier and Type Method Description ReturningClauseReturningClause. setKeyword(ReturningClause.Keyword keyword)Constructors in net.sf.jsqlparser.statement with parameters of type ReturningClause.Keyword Constructor Description ReturningClause(ReturningClause.Keyword keyword, List<SelectItem<?>> selectItems)ReturningClause(ReturningClause.Keyword keyword, List<SelectItem<?>> selectItems, List<Object> dataItems)
-