org.jpox.store.mapped.expression
Class SqlTimeLiteral
java.lang.Object
org.jpox.store.mapped.expression.ScalarExpression
org.jpox.store.mapped.expression.SqlTemporalExpression
org.jpox.store.mapped.expression.SqlTimeLiteral
- All Implemented Interfaces:
- Literal
public class SqlTimeLiteral
- extends SqlTemporalExpression
- implements Literal
Representation of an SQLTime literal in a Query.
- Version:
- $Revision: 1.5 $
| Fields inherited from class org.jpox.store.mapped.expression.ScalarExpression |
aliasIdentifier, checkForTypeAssignability, expressionList, FILTER, LOCALISER, lowestOperator, mapping, OP_ADD, OP_AND, OP_BETWEEN, OP_COM, OP_CONCAT, OP_DIV, OP_EQ, OP_GT, OP_GTEQ, OP_IN, OP_IS, OP_ISNOT, OP_LIKE, OP_LT, OP_LTEQ, OP_MOD, OP_MUL, OP_NEG, OP_NOT, OP_NOTEQ, OP_NOTIN, OP_NOTLIKE, OP_OR, OP_SUB, parameterName, PROJECTION, qs, st, te |
|
Method Summary |
java.lang.Object |
getRawValue()
Accessor for the "raw" value that this literal represents. |
java.lang.Object |
getValue()
Accessor to the literal value |
void |
setRawValue(java.lang.Object val)
Method to save a "raw" value that this literal represents. |
java.lang.String |
toString()
|
| Methods inherited from class org.jpox.store.mapped.expression.SqlTemporalExpression |
eq, getDayMethod, getHourMethod, getMinuteMethod, getMonthMethod, getSecondMethod, getYearMethod, gt, gteq, in, lt, lteq, noteq |
| Methods inherited from class org.jpox.store.mapped.expression.ScalarExpression |
accessField, add, and, as, assertValidTypeForParameterComparison, callMethod, cast, checkForTypeAssignability, com, div, encloseWithInParentheses, eor, equals, getAlias, getConsistentTypeForParameterComparison, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getParameterName, getQueryExpression, instanceOf, ior, isParameter, mod, mul, neg, not, setParameterName, sub, toStatementText |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SqlTimeLiteral
public SqlTimeLiteral(QueryExpression qs,
JavaTypeMapping mapping,
java.sql.Time value)
- Creates a java.sql.Time literal
- Parameters:
qs - the QueryExpressionmapping - the mappingvalue - the java.sql.Time value
toString
public java.lang.String toString()
- Overrides:
toString in class ScalarExpression
getValue
public java.lang.Object getValue()
- Description copied from interface:
Literal
- Accessor to the literal value
- Specified by:
getValue in interface Literal
- Returns:
- the value of the literal
setRawValue
public void setRawValue(java.lang.Object val)
- 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.
- Specified by:
setRawValue in interface Literal
- Parameters:
val - The raw value
getRawValue
public java.lang.Object getRawValue()
- 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.
- Specified by:
getRawValue in interface Literal
- Returns:
- The raw value
Copyright © -2008 . All Rights Reserved.