Package | Description |
---|---|
org.castor.cpa.query.object.literal |
Modifier and Type | Class and Description |
---|---|
class |
DateLiteral
Final immutable class that represents a date literal.
|
class |
TimeLiteral
Final immutable class that represents a time literal.
|
class |
TimestampLiteral
Final immutable class that represents a timestamp literal.
|
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 © 2016. All rights reserved.