Uses of Enum
net.sf.jsqlparser.statement.ReturningClause.Keyword
Packages that use ReturningClause.Keyword
-
Uses of ReturningClause.Keyword in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ReturningClause.KeywordMethods in net.sf.jsqlparser.statement that return ReturningClause.KeywordModifier and TypeMethodDescriptionstatic ReturningClause.Keyword
ReturningClause.getKeyword()
static ReturningClause.Keyword
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.KeywordConstructors in net.sf.jsqlparser.statement with parameters of type ReturningClause.KeywordModifierConstructorDescriptionReturningClause
(ReturningClause.Keyword keyword, List<SelectItem<?>> selectItems) ReturningClause
(ReturningClause.Keyword keyword, List<SelectItem<?>> selectItems, List<Object> dataItems)