|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.expression.ScalarExpression
org.jpox.store.expression.SqlTemporalExpression
org.jpox.store.expression.SqlTimestampLiteral
public class SqlTimestampLiteral
Representation of an SQLTimestamp literal in a Query.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jpox.store.expression.ScalarExpression |
|---|
ScalarExpression.DyadicOperator, ScalarExpression.ExpressionList, ScalarExpression.FieldExpression, ScalarExpression.IllegalArgumentTypeException, ScalarExpression.IllegalOperationException, ScalarExpression.MethodInvocationException, ScalarExpression.MonadicOperator, ScalarExpression.Operator |
| Field Summary |
|---|
| Fields inherited from class org.jpox.store.expression.ScalarExpression |
|---|
aliasIdentifier, 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_OR, OP_SUB, PROJECTION, qs, st, te |
| Constructor Summary | |
|---|---|
SqlTimestampLiteral(QueryExpression qs,
JavaTypeMapping mapping,
java.sql.Timestamp value)
Creates a java.sql.Timestamp literal |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Accessor to the literal value |
java.lang.String |
toString()
|
| Methods inherited from class org.jpox.store.expression.SqlTemporalExpression |
|---|
eq, getDayMethod, getHourMethod, getMinuteMethod, getMonthMethod, getSecondMethod, getYearMethod, gt, gteq, in, lt, lteq, noteq |
| Methods inherited from class org.jpox.store.expression.ScalarExpression |
|---|
accessField, add, and, as, callMethod, cast, com, div, encloseWithInParentheses, eor, equals, getAlias, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getQueryExpression, instanceOf, ior, mod, mul, neg, not, sub, toStatementText |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SqlTimestampLiteral(QueryExpression qs,
JavaTypeMapping mapping,
java.sql.Timestamp value)
qs - the QueryExpressionmapping - the mappingvalue - the java.sql.Timestamp value| Method Detail |
|---|
public java.lang.String toString()
toString in class ScalarExpressionpublic java.lang.Object getValue()
Literal
getValue in interface Literal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||