Package | Description |
---|---|
org.castor.cpa.query | |
org.castor.cpa.query.object | |
org.castor.cpa.query.object.expression | |
org.castor.cpa.query.object.literal |
Modifier and Type | Method and Description |
---|---|
static TemporalType |
TemporalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalType[] |
TemporalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Condition |
Expression.between(TemporalType temporalType,
Calendar low,
Calendar high)
Between.
|
Condition |
Expression.between(TemporalType temporalType,
Date low,
Date high)
Between.
|
Condition |
Expression.equal(TemporalType temporalType,
Calendar value)
Equal.
|
Condition |
Expression.equal(TemporalType temporalType,
Date value)
Equal.
|
Condition |
Expression.greaterEqual(TemporalType temporalType,
Calendar value)
Greater equal.
|
Condition |
Expression.greaterEqual(TemporalType temporalType,
Date value)
Greater equal.
|
Condition |
Expression.greaterThan(TemporalType temporalType,
Calendar value)
Greater Then.
|
Condition |
Expression.greaterThan(TemporalType temporalType,
Date value)
Greater Then.
|
Condition |
Expression.lessEqual(TemporalType temporalType,
Calendar value)
Less equal.
|
Condition |
Expression.lessEqual(TemporalType temporalType,
Date value)
Less equal.
|
Condition |
Expression.lessThan(TemporalType temporalType,
Calendar value)
Less Then.
|
Condition |
Expression.lessThan(TemporalType temporalType,
Date value)
Less Then.
|
Expression |
SelectQuery.newTemporal(TemporalType temporalType)
New temporal.
|
Expression |
SelectQuery.newTemporal(TemporalType temporalType,
Calendar value)
New temporal.
|
Expression |
SelectQuery.newTemporal(TemporalType temporalType,
Date value)
New temporal.
|
Condition |
Expression.notBetween(TemporalType temporalType,
Calendar low,
Calendar high)
Not between.
|
Condition |
Expression.notBetween(TemporalType temporalType,
Date low,
Date high)
Not between.
|
Condition |
Expression.notEqual(TemporalType temporalType,
Calendar value)
Not equal.
|
Condition |
Expression.notEqual(TemporalType temporalType,
Date value)
Not equal.
|
Modifier and Type | Method and Description |
---|---|
Expression |
SelectQueryImpl.newTemporal(TemporalType temporalType)
New temporal.
|
Expression |
SelectQueryImpl.newTemporal(TemporalType temporalType,
Calendar value)
New temporal.
|
Expression |
SelectQueryImpl.newTemporal(TemporalType temporalType,
Date value)
New temporal.
|
Modifier and Type | Method and Description |
---|---|
Condition |
AbstractExpression.between(TemporalType temporalType,
Calendar low,
Calendar high)
Between.
|
Condition |
AbstractExpression.between(TemporalType temporalType,
Date low,
Date high)
Between.
|
Condition |
AbstractExpression.equal(TemporalType temporalType,
Calendar value)
Equal.
|
Condition |
AbstractExpression.equal(TemporalType temporalType,
Date value)
Equal.
|
Condition |
AbstractExpression.greaterEqual(TemporalType temporalType,
Calendar value)
Greater equal.
|
Condition |
AbstractExpression.greaterEqual(TemporalType temporalType,
Date value)
Greater equal.
|
Condition |
AbstractExpression.greaterThan(TemporalType temporalType,
Calendar value)
Greater Then.
|
Condition |
AbstractExpression.greaterThan(TemporalType temporalType,
Date value)
Greater Then.
|
Condition |
AbstractExpression.lessEqual(TemporalType temporalType,
Calendar value)
Less equal.
|
Condition |
AbstractExpression.lessEqual(TemporalType temporalType,
Date value)
Less equal.
|
Condition |
AbstractExpression.lessThan(TemporalType temporalType,
Calendar value)
Less Then.
|
Condition |
AbstractExpression.lessThan(TemporalType temporalType,
Date value)
Less Then.
|
Condition |
AbstractExpression.notBetween(TemporalType temporalType,
Calendar low,
Calendar high)
Not between.
|
Condition |
AbstractExpression.notBetween(TemporalType temporalType,
Date low,
Date high)
Not between.
|
Condition |
AbstractExpression.notEqual(TemporalType temporalType,
Calendar value)
Not equal.
|
Condition |
AbstractExpression.notEqual(TemporalType temporalType,
Date value)
Not equal.
|
Modifier and Type | Method and Description |
---|---|
static AbstractTemporalLiteral |
AbstractTemporalLiteral.createInstance(TemporalType temporalType,
Calendar value)
Factory method to create a temporal literal for the calendar given that matches the
temporal type given.
|
static AbstractTemporalLiteral |
AbstractTemporalLiteral.createInstance(TemporalType temporalType,
Date value)
Factory method to create a temporal literal for the date given that matches the
temporal type given.
|
Copyright © 2014. All rights reserved.