Uses of Package
net.sf.jsqlparser.expression
-
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.expression.operators.arithmetic Class Description BinaryExpression A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.Expression ExpressionVisitor -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.expression.operators.conditional Class Description BinaryExpression A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.Expression ExpressionVisitor -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.expression.operators.relational Class Description BinaryExpression A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.Expression ExpressionVisitor JdbcNamedParameter JdbcParameter A '?' in a statement or a ?<number> e.g.StringValue A string as in 'example_string' -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.parser Class Description Alias AnalyticExpression Analytic function.ArrayConstructor CastExpression ConnectByRootOperator DateTimeLiteralExpression Expression ExtractExpression Extract value from date/time expression.Function A function as MAX,COUNT...IntervalExpression JdbcNamedParameter JdbcParameter A '?' in a statement or a ?<number> e.g.JsonAggregateFunction JsonExpression JsonFunction KeepExpression MySQLGroupConcat MySQLIndexHint NextValExpression NumericBind OracleHierarchicalExpression OracleHint Oracle Hint ExpressionOracleNamedFunctionParameter RangeExpression RowConstructor SpannerInterleaveIn SQLServerHints TranscodingFunction TrimFunction UserVariable Simple uservariables like @test.WhenClause A clause of following syntax: WHEN condition THEN expression.WindowDefinition WindowElement WindowOffset XMLSerializeExpr -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.schema Class Description Alias ArrayConstructor Expression ExpressionVisitor MySQLIndexHint SQLServerHints -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement Class Description Expression UserVariable Simple uservariables like @test. -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.comment Class Description StringValue A string as in 'example_string' -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.create.table Class Description Expression SpannerInterleaveIn -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.delete Class Description Expression OracleHint Oracle Hint Expression -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.insert Class Description Expression OracleHint Oracle Hint Expression -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.merge Class Description Alias Expression OracleHint Oracle Hint Expression -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.select Class Description Alias Expression ExpressionVisitor Function A function as MAX,COUNT...JdbcParameter A '?' in a statement or a ?<number> e.g.OracleHierarchicalExpression OracleHint Oracle Hint ExpressionWindowDefinition -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.show Class Description Expression -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.statement.update Class Description Expression OracleHint Oracle Hint Expression -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.util Class Description AllValue AnalyticExpression Analytic function.AnyComparisonExpression Combines ANY and SOME expressions.ArrayConstructor ArrayExpression BinaryExpression A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.CaseExpression CASE/WHEN expression.CastExpression CollateExpression ConnectByRootOperator DateTimeLiteralExpression DateValue A Date in the form {d 'yyyy-mm-dd'}DoubleValue Every number with a point or a exponential format is a DoubleValueExpression ExpressionVisitor ExtractExpression Extract value from date/time expression.Function A function as MAX,COUNT...HexValue IntervalExpression JdbcNamedParameter JdbcParameter A '?' in a statement or a ?<number> e.g.JsonAggregateFunction JsonExpression JsonFunction KeepExpression LongValue Every number without a point or an exponential format is a LongValue.MySQLGroupConcat NextValExpression NotExpression It represents a "not " or "!" before an expression.NullValue NumericBind OracleHierarchicalExpression OracleHint Oracle Hint ExpressionOracleNamedFunctionParameter OverlapsCondition Parenthesis It represents an expression like "(" expression ")"RangeExpression RowConstructor RowGetExpression SignedExpression It represents a "-" or "+" or "~" before an expressionStringValue A string as in 'example_string'TimeKeyExpression TimestampValue A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f .TimeValue A Time in the form {t 'hh:mm:ss'}TimezoneExpression TranscodingFunction TrimFunction UserVariable Simple uservariables like @test.VariableAssignment Assignment to a user variable like in select @a = 5.WhenClause A clause of following syntax: WHEN condition THEN expression.XMLSerializeExpr -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.util.cnfexpression Class Description Expression ExpressionVisitor -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.util.deparser Class Description AllValue AnalyticExpression Analytic function.AnyComparisonExpression Combines ANY and SOME expressions.ArrayConstructor ArrayExpression BinaryExpression A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.CaseExpression CASE/WHEN expression.CastExpression CollateExpression ConnectByRootOperator DateTimeLiteralExpression DateValue A Date in the form {d 'yyyy-mm-dd'}DoubleValue Every number with a point or a exponential format is a DoubleValueExpression ExpressionVisitor ExtractExpression Extract value from date/time expression.Function A function as MAX,COUNT...HexValue IntervalExpression JdbcNamedParameter JdbcParameter A '?' in a statement or a ?<number> e.g.JsonAggregateFunction JsonExpression JsonFunction KeepExpression LongValue Every number without a point or an exponential format is a LongValue.MySQLGroupConcat NextValExpression NotExpression It represents a "not " or "!" before an expression.NullValue NumericBind OracleHierarchicalExpression OracleHint Oracle Hint ExpressionOracleNamedFunctionParameter OverlapsCondition Parenthesis It represents an expression like "(" expression ")"RangeExpression RowConstructor RowGetExpression SignedExpression It represents a "-" or "+" or "~" before an expressionStringValue A string as in 'example_string'TimeKeyExpression TimestampValue A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f .TimeValue A Time in the form {t 'hh:mm:ss'}TimezoneExpression TranscodingFunction TrimFunction UserVariable Simple uservariables like @test.VariableAssignment Assignment to a user variable like in select @a = 5.WhenClause A clause of following syntax: WHEN condition THEN expression.XMLSerializeExpr -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.util.validation Class Description Alias -
Classes in net.sf.jsqlparser.expression used by net.sf.jsqlparser.util.validation.validator Class Description AllValue AnalyticExpression Analytic function.AnyComparisonExpression Combines ANY and SOME expressions.ArrayConstructor ArrayExpression BinaryExpression A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.CaseExpression CASE/WHEN expression.CastExpression CollateExpression ConnectByRootOperator DateTimeLiteralExpression DateValue A Date in the form {d 'yyyy-mm-dd'}DoubleValue Every number with a point or a exponential format is a DoubleValueExpression ExpressionVisitor ExtractExpression Extract value from date/time expression.Function A function as MAX,COUNT...HexValue IntervalExpression JdbcNamedParameter JdbcParameter A '?' in a statement or a ?<number> e.g.JsonAggregateFunction JsonExpression JsonFunction KeepExpression LongValue Every number without a point or an exponential format is a LongValue.MySQLGroupConcat NextValExpression NotExpression It represents a "not " or "!" before an expression.NullValue NumericBind OracleHierarchicalExpression OracleHint Oracle Hint ExpressionOracleNamedFunctionParameter OverlapsCondition Parenthesis It represents an expression like "(" expression ")"RangeExpression RowConstructor RowGetExpression SignedExpression It represents a "-" or "+" or "~" before an expressionStringValue A string as in 'example_string'TimeKeyExpression TimestampValue A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f .TimeValue A Time in the form {t 'hh:mm:ss'}TimezoneExpression TranscodingFunction TrimFunction UserVariable Simple uservariables like @test.VariableAssignment Assignment to a user variable like in select @a = 5.WhenClause A clause of following syntax: WHEN condition THEN expression.WindowOffset XMLSerializeExpr