Return the String value for FALSE in the database. This should be
overriden by subclasses for special cases of booleans.
The String value for FALSE in the database.
Return the String value for TRUE in the database. This should be
overriden by subclasses for special cases of booleans.
The String value for TRUE in the database.
Accessor for the "raw" value that this literal represents.
This value differs from the literal value since that is of the same type as this literal.
The raw value
Method to save a "raw" value that this literal represents.
This value differs from the literal value since that is of the same type as this literal.
Parameters: val - The raw value
Methods inherited from org.jpox.store.expression.BooleanExpression