Package | Description |
---|---|
oracle.jbo.domain |
Modifier and Type | Class and Description |
---|---|
class |
Char
This class provides a lightweight wrapper for oracle.sql.CHAR, the Java representation of the CHAR database type.
|
class |
Date
This class extends oracle.sql.DATE, Oracle's Java representation of the DATE database type.
|
class |
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.
|
class |
Number
This class extends oracle.sql.NUMBER, Oracle's Java representation of the NUMBER database type.
|
class |
Raw
This class provides a lightweight wrapper for oracle.sql.Raw, the Java representation of the RAW database type.
|
class |
RowID
This class provides a lightweight wrapper for oracle.sql.RowID, the Java representation of the ROWID database type.
|
class |
Timestamp
This class extends oracle.sql.TIMESTAMP, Oracle's Java representation of the TIMESTAMP database type.
|
class |
TimestampLTZ |
class |
TimestampTZ |