Interface Expression

All Superinterfaces:
Segment, Visitable
All Known Subinterfaces:
Condition
All Known Implementing Classes:
AnalyticFunction, AndCondition, AsteriskFromTable, Between, BindMarker, BooleanLiteral, Cast, Column, Comparison, ConstantCondition, Expressions.SimpleExpression, FalseCondition, In, IsNull, Like, Literal, MultipleCondition, NestedCondition, Not, NumericLiteral, OrCondition, SimpleFunction, StringLiteral, SubselectExpression, TrueCondition

public interface Expression extends Segment
Expression that can be used in select lists.
Since:
1.1
Author:
Mark Paluch
See Also:
  • Method Summary

    Methods inherited from interface org.springframework.data.relational.core.sql.Segment

    equals, hashCode, toString

    Methods inherited from interface org.springframework.data.relational.core.sql.Visitable

    visit