|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Literal | |
|---|---|
| org.castor.cpa.query | |
| org.castor.cpa.query.object | |
| org.castor.cpa.query.object.condition | |
| org.castor.cpa.query.object.literal | |
| Uses of Literal in org.castor.cpa.query |
|---|
| Methods in org.castor.cpa.query that return Literal | |
|---|---|
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. |
| Methods in org.castor.cpa.query with parameters of type Literal | |
|---|---|
void |
InCondition.add(Literal value)
Adds the. |
| Uses of Literal in org.castor.cpa.query.object |
|---|
| Methods in org.castor.cpa.query.object that return Literal | |
|---|---|
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. |
| Uses of Literal in org.castor.cpa.query.object.condition |
|---|
| Methods in org.castor.cpa.query.object.condition with parameters of type Literal | |
|---|---|
void |
In.add(Literal value)
Adds the. |
| Uses of Literal in org.castor.cpa.query.object.literal |
|---|
| Classes in org.castor.cpa.query.object.literal that implement Literal | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||