Uses of Interface
org.springframework.data.relational.core.sql.Segment
Packages that use Segment
-
Uses of Segment in org.springframework.data.relational.core.sql
Classes in org.springframework.data.relational.core.sql with type parameters of type SegmentModifier and TypeClassDescriptionclassSegmentList<T extends Segment>A list ofSegmentinstances.Subinterfaces of Segment in org.springframework.data.relational.core.sqlModifier and TypeInterfaceDescriptioninterfaceUpdate assignment to aColumn.interfaceASTSegmentfor a condition.interfaceAST for aDELETEstatement.interfaceExpression that can be used in select lists.interfaceAST for aINSERTstatement.interfaceAST for aSELECTstatement.interfaceA segment that can be used as table in a query.interfaceAST for aaUPDATEstatement.Classes in org.springframework.data.relational.core.sql that implement SegmentModifier and TypeClassDescriptionclassAn expression with an alias.classRepresents an analytic function, also known as windowing functionstatic classclassclassAssign aExpressionto aColumn.classclassBETWEENConditioncomparing betweenExpressions.classBind marker/parameter placeholder used to construct prepared statements with parameter substitution.classRepresents aBooleanliteral.classRepresents aCASTexpression likeCAST(something AS JSON.classColumn name within aSELECT … FROMclause.classComparingConditioncomparing twoExpressions.classConditionrepresenting fixed sql predicate.static classclassSimple condition that evaluates to SQLFALSE.classFROMclause.classINConditionclause.classRepresents a inline query within a SQL statement.classINTOclause.classIS NULLCondition.classSegmentfor aJOINdeclaration.classLIKEConditioncomparing twoExpressions.classLiteral<T>Represents a literal.classWrapper for multipleConditions.classCondition group wrapping a nestedConditionwith parentheses.classclassRepresents aNumberliteral.classclassRepresents an `ORDER BY` clause.classRepresents a field in theORDER BYclause.classSegmentList<T extends Segment>A list ofSegmentinstances.classValue object representing the select list (selected columns, functions).classSimple function accepting one or moreExpressions.classclassRepresents aCharSequenceliteral.classBaseclass for all kinds of "select in parenthesis".classWrapper for aSelectquery to be used as subselect.classRepresents a table reference within a SQL statement.classSimple condition that evaluates to SQLTRUE.classVALUESclause.classWhereclause.