@Evolving public final class AlwaysFalse extends Predicate implements Literal<Boolean>
false.EMPTY_EXPRESSION| Constructor and Description |
|---|
AlwaysFalse() |
| 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