Uses of Enum
net.sf.jsqlparser.expression.DateTimeLiteralExpression.DateTime
Packages that use DateTimeLiteralExpression.DateTime
-
Uses of DateTimeLiteralExpression.DateTime in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as DateTimeLiteralExpression.DateTimeMethods in net.sf.jsqlparser.expression that return DateTimeLiteralExpression.DateTimeModifier and TypeMethodDescriptionDateTimeLiteralExpression.getType()
Returns the enum constant of this type with the specified name.static DateTimeLiteralExpression.DateTime[]
DateTimeLiteralExpression.DateTime.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.expression with parameters of type DateTimeLiteralExpression.DateTimeModifier and TypeMethodDescriptionvoid
DateTimeLiteralExpression.setType
(DateTimeLiteralExpression.DateTime type) DateTimeLiteralExpression.withType
(DateTimeLiteralExpression.DateTime type)