Package net.sf.jsqlparser.expression
package net.sf.jsqlparser.expression
-
ClassDescriptionAnalytic function.Combines ANY and SOME expressions.A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.CASE/WHEN expression.A Date in the form {d 'yyyy-mm-dd'}Every number with a point or a exponential format is a DoubleValueExtract value from date/time expression.A function as MAX,COUNT...A '?' in a statement or a ?<number> e.g.Every number without a point or an exponential format is a LongValue.It represents a "not " or "!" before an expression.Oracle Hint ExpressionIt represents an expression like "(" expression ")"RowConstructor<T extends Expression>It represents a "-" or "+" or "~" before an expressionA string as in 'example_string'A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f .A Time in the form {t 'hh:mm:ss'}Simple uservariables like @test.Assignment to a user variable like in select @a = 5.A clause of following syntax: WHEN condition THEN expression.