| Package | Description |
|---|---|
| oracle.jbo.common.sdo | |
| oracle.jbo.domain | |
| oracle.jbo.script | |
| oracle.jbo.script.groovy |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultADFFunctionsSupport.day(Date d) |
int |
DefaultADFFunctions.day(Date d) |
int |
DefaultADFFunctionsSupport.month(Date d) |
int |
DefaultADFFunctions.month(Date d) |
int |
DefaultADFFunctionsSupport.year(Date d) |
int |
DefaultADFFunctions.year(Date d) |
| Modifier and Type | Method and Description |
|---|---|
int |
BaseScriptGroovy.day(Date d)
Deprecated.
|
int |
BaseScriptGroovy.month(Date d)
Deprecated.
|
int |
BaseScriptGroovy.year(Date d)
Deprecated.
|