org.sql.generation.api.grammar.booleans
Class BooleanExpression.True
java.lang.Object
org.sql.generation.api.grammar.booleans.BooleanExpression.True
- All Implemented Interfaces:
- org.atp.api.Typeable<ValueExpression>, BooleanExpression, ValueExpression
- Enclosing interface:
- BooleanExpression
public static final class BooleanExpression.True
- extends Object
- implements BooleanExpression
This class represents a boolean expression which always evaluates to true (TRUE).
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final BooleanExpression.True INSTANCE
- Returns the singleton instance representing
TRUE.
getImplementedType
public Class<? extends ValueExpression> getImplementedType()
- Returns
BooleanExpression.True.
- Specified by:
getImplementedType in interface org.atp.api.Typeable<ValueExpression>
Copyright © 2010-2012. All Rights Reserved.