A B C D E F G H I L M N O P R S T U V Z
D
- DBSequence - class oracle.jbo.domain.DBSequence.
- A lightweight, tier-independent wrapper that allows working with
attributes that should get their number values from database sequence
on insert of a new row.
- DBSequence() -
Constructor for class oracle.jbo.domain.DBSequence
- Internal: Applications should not use this constructor.
- DBSequence(BigInteger) -
Constructor for class oracle.jbo.domain.DBSequence
- Create an instance of DBSequence with the given number as it's value.
- DBSequence(BigDecimal) -
Constructor for class oracle.jbo.domain.DBSequence
- Create an instance of DBSequence with the given number as it's value.
- DBSequence(Long) -
Constructor for class oracle.jbo.domain.DBSequence
- Create an instance of DBSequence with the given number as it's value.
- DBSequence(Integer) -
Constructor for class oracle.jbo.domain.DBSequence
- Create an instance of DBSequence with the given number as it's value.
- DBSequence(Number) -
Constructor for class oracle.jbo.domain.DBSequence
- Create an instance of DBSequence with the given number as it's value.
- DBSequence(DBSequence) -
Constructor for class oracle.jbo.domain.DBSequence
- Internal: Applications should not invoke this method.
- DBSequence(String) -
Constructor for class oracle.jbo.domain.DBSequence
- Internal: Applications should not invoke this method.
- DBSequence(String, ApplicationModule) -
Constructor for class oracle.jbo.domain.DBSequence
- Uses the given sequence name to get a Sequence value that is stored
for the value of this DBSequence instance
- Date - class oracle.jbo.domain.Date.
- This class extends oracle.sql.DATE,
Oracle's Java representation of the
DATE database type.
- Date() -
Constructor for class oracle.jbo.domain.Date
- Creates a default
Date
Domain object.
- Date(byte[]) -
Constructor for class oracle.jbo.domain.Date
- Internal: Applications should not invoke this method.
- Date(Date) -
Constructor for class oracle.jbo.domain.Date
- Creates a
Date
identical to an
existing Date
.
- Date(Date) -
Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a JDBC
Date
.
- Date(Time) -
Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a JDBC
Time
object.
- Date(Timestamp) -
Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a JDBC
Timestamp
object.
- Date(Object) -
Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a
JDBC Object
.
- Date(String) -
Constructor for class oracle.jbo.domain.Date
- Creates a
Date
Domain object from a
Java String
.
- dateValue() -
Method in class oracle.jbo.domain.Timestamp
- Convert to a Date representation of the Timestamp object
- decrement() -
Method in class oracle.jbo.domain.Number
- Subtracts
1
from this
.
- diffInMonths(Date) -
Method in class oracle.jbo.domain.Date
- Calculates the difference between two dates in months.
- div(NUMBER) -
Method in class oracle.jbo.domain.Number
- Divides
this
by another number.
- divide(Number) -
Method in class oracle.jbo.domain.Number
- Divides
this
by another number.
- divide(double) -
Method in class oracle.jbo.domain.Number
- Divides
this
by another number.
- divide(int) -
Method in class oracle.jbo.domain.Number
- Divides
this
by another number.
- domainToBeModified(DomainInterface) -
Method in class oracle.jbo.domain.Array
- Notification method that this domain calls whenever any of its
attribute values are about
to be modified.
- domainToBeModified(DomainInterface) -
Method in class oracle.jbo.domain.Struct
- Notification method that this domain calls whenever any of its
attribute values are about
to be modified.
- doubleValue() -
Method in class oracle.jbo.domain.Char
- Converts this data object into a double.
A B C D E F G H I L M N O P R S T U V Z
Copyright © 1997, 2004, Oracle. All rights reserved.