Package | Description |
---|---|
org.castor.cpa.query | |
org.castor.cpa.query.object | |
org.castor.cpa.query.object.condition | |
org.castor.cpa.query.object.literal |
Modifier and Type | Method and Description |
---|---|
Literal |
SelectQuery.newBoolean(boolean value)
New boolean.
|
Literal |
SelectQuery.newEnum(Enum<?> identifier)
New enum.
|
Literal |
SelectQuery.newNumeric(BigDecimal value)
New numeric.
|
Literal |
SelectQuery.newNumeric(double value)
New numeric.
|
Literal |
SelectQuery.newNumeric(long value)
New numeric.
|
Literal |
SelectQuery.newString(String value)
New string.
|
Modifier and Type | Method and Description |
---|---|
void |
InCondition.add(Literal value)
Adds the.
|
Modifier and Type | Method and Description |
---|---|
Literal |
SelectQueryImpl.newBoolean(boolean value)
New boolean.
|
Literal |
SelectQueryImpl.newEnum(Enum<?> identifier)
New enum.
|
Literal |
SelectQueryImpl.newNumeric(BigDecimal value)
New numeric.
|
Literal |
SelectQueryImpl.newNumeric(double value)
New numeric.
|
Literal |
SelectQueryImpl.newNumeric(long value)
New numeric.
|
Literal |
SelectQueryImpl.newString(String value)
New string.
|
Modifier and Type | Method and Description |
---|---|
void |
In.add(Literal value)
Adds the.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLiteral
Abstract base class for literals.
|
class |
AbstractNumericLiteral
Abstract base class for numeric literals.
|
class |
AbstractTemporalLiteral
Abstract immutable base class for temporal literals.
|
class |
BigDecimalLiteral
Final immutable class that represents a BigDecimal literal.
|
class |
BooleanLiteral
Final immutable class that represents a boolean literal.
|
class |
DateLiteral
Final immutable class that represents a date literal.
|
class |
DoubleLiteral
Final immutable class that represents a double literal.
|
class |
EnumLiteral
Final immutable class that represents a enum expression.
|
class |
LongLiteral
Final immutable class that represents a long literal.
|
class |
StringLiteral
Final immutable class that represents a string literal.
|
class |
TimeLiteral
Final immutable class that represents a time literal.
|
class |
TimestampLiteral
Final immutable class that represents a timestamp literal.
|
Copyright © 2014. All rights reserved.