Package | Description |
---|---|
oracle.jbo.domain | |
oracle.jbo.domain.generic |
Modifier and Type | Interface and Description |
---|---|
interface |
LobStreamInterface
Provides methods to save data to, and extract data from, LOB domain classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Array
This class provides a lightweight wrapper for oracle.sql.ARRAY, the Java representation of the ARRAY database type.
|
class |
BFileDomain
This class provides a lightweight wrapper for oracle.sql.BFILE, the Java representation of the BFILE database type.
|
class |
BlobDomain
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
|
class |
ClobDomain
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type.
|
class |
NClobDomain
This class provides a lightweight wrapper for oracle.sql.NClob, the Java representation of the NCLOB database type.
|
class |
Struct
This class provides a lightweight wrapper for oracle.sql.STRUCT, the Java representation of the Struct database type.
|
Modifier and Type | Method and Description |
---|---|
void |
BFileDomain.syncClientLob(LobInterface oldObject) |
void |
Struct.syncClientLob(LobInterface old) |
void |
LobInterface.syncClientLob(LobInterface oldObject)
Synchronize client-side data from the given lob
|
void |
BaseLobDomain.syncClientLob(LobInterface oldObj) |
void |
Array.syncClientLob(LobInterface old) |
void |
ClobDomain.syncClientLob(LobInterface oldObj)
Internal: Applications should not use this function.
|
void |
BFileDomain.syncServerLob(LobInterface oldObj) |
void |
Struct.syncServerLob(LobInterface old) |
void |
LobInterface.syncServerLob(LobInterface oldObject)
Synchronize the streams from an older version of this object so that this version works with the opened streams (if any).
|
void |
BaseLobDomain.syncServerLob(LobInterface oldObj) |
void |
Array.syncServerLob(LobInterface oldObj) |
void |
ClobDomain.syncServerLob(LobInterface oldObj)
Internal: Applications should not use this function.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericBlob
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
|
class |
GenericClob
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericClob.syncClientLob(LobInterface oldObj)
Internal: Applications should not use this function.
|
void |
GenericClob.syncServerLob(LobInterface oldObj)
Internal: Applications should not use this function.
|