@Evolving public final class AlwaysTrue extends Predicate implements Literal<Boolean>
true.EMPTY_EXPRESSION| Constructor and Description |
|---|
AlwaysTrue() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
dataType()
Returns the SQL data type of the literal.
|
String |
toString() |
Boolean |
value()
Returns the literal value.
|
children, equals, hashCode, namedescribe, referencespublic Boolean value()
Literalpublic DataType dataType()
Literalpublic String toString()
toString in class GeneralScalarExpression