B C D E F G H I L M N O S T V
D
- Date - class oracle.jbo.domain.Date.
- This class provides a lightweight wrapper for
java.sql.Date
, the native Java type for date objects.
- Date() - Constructor for class oracle.jbo.domain.Date
- Creates a default
Date
Domain object, representing the time now.
- Date(Date) - Constructor for class oracle.jbo.domain.Date
- Creates a
Date
identical to an existing Date
.
- Date(long) - Constructor for class oracle.jbo.domain.Date
-
- Date(Date) - Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a JDBC Date
.
- Date(String) - Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a Java String
.
- Date(Object) - Constructor for class oracle.jbo.domain.Date
-
- dateValue() - Method in class oracle.jbo.domain.Date
-
- doubleValue() - Method in class oracle.jbo.domain.Char
- Converts this data object into a double.
- doubleValue() - Method in class oracle.jbo.domain.Number
- Calls toDouble to convert internal Oracle Number to a Java double.
B C D E F G H I L M N O S T V
Copyright © 1997, 2004, Oracle. All rights reserved.