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
Fields in net.sf.jsqlparser.statement declared as ReturningClause.Keyword Modifier and Type Field Description private ReturningClause.Keyword
ReturningClause. keyword
Methods in net.sf.jsqlparser.statement that return ReturningClause.Keyword Modifier and Type Method Description static ReturningClause.Keyword
ReturningClause.Keyword. from(java.lang.String keyword)
ReturningClause.Keyword
ReturningClause. getKeyword()
static ReturningClause.Keyword
ReturningClause.Keyword. valueOf(java.lang.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 ReturningClause
ReturningClause. setKeyword(ReturningClause.Keyword keyword)
Constructors in net.sf.jsqlparser.statement with parameters of type ReturningClause.Keyword Constructor Description ReturningClause(ReturningClause.Keyword keyword, java.util.List<SelectItem<?>> selectItems)
ReturningClause(ReturningClause.Keyword keyword, java.util.List<SelectItem<?>> selectItems, java.util.List<java.lang.Object> dataItems)
-