Class FalseCondition
java.lang.Object
org.springframework.data.relational.core.sql.FalseCondition
- All Implemented Interfaces:
Condition, Expression, Segment, Visitable
-
Field Details
-
INSTANCE
-
-
Method Details
-
toString
Description copied from interface:SegmentReturn a SQL string representation of thisSegment.The representation is intended for debugging purposes and an approximation to the generated SQL. While it might work in the context of a specific dialect, you should not assume that the
Segment.toString()representation works across multiple databases.
-