| Package | Description |
|---|---|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.common.sdo | |
| oracle.jbo.domain |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
BaseScriptGroovy.day(Date d)
Deprecated.
|
protected static int |
BaseScriptGroovy.month(Date d)
Deprecated.
|
protected static int |
BaseScriptGroovy.year(Date d)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DataConversionHelper.convertToString(Date source) |
static java.sql.Timestamp |
DataConversionHelper.convertToTimestamp(Date source) |
| Modifier and Type | Method and Description |
|---|---|
static Date |
Date.toDate(java.lang.String value)
Converts an Oracle Date expressed as a string to a Java Date.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
Date.diffInMonths(Date date)
Calculates the difference between two dates in months.
|
| Constructor and Description |
|---|
Date(Date value)
Creates a
Date identical to an
existing Date. |
Timestamp(Date value) |