| Package | Description |
|---|---|
| oracle.jbo.common.sdo | |
| oracle.jbo.domain |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DataConversionHelper.convertToString(Timestamp source) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimestampLTZ |
class |
TimestampTZ |
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
Timestamp.toTimestamp(java.lang.String value)
Converts an Oracle Timestamp expressed as a string to a Java Timestamp.
|
| Constructor and Description |
|---|
Timestamp(Timestamp value)
Creates a
Timestamp identical to an
existing Timestamp. |
TimestampLTZ(Timestamp value)
Create a TimestampLTZ instance from a oracle.jbo.domain.Timestamp.
|
TimestampTZ(Timestamp value)
Create a TimestampTZ instance from a oracle.jbo.domain.Timestamp.
|