Business Components
A B C D E F G H I L M N O P R S T U

B

BaseLobDomain - class oracle.jbo.domain.BaseLobDomain.
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
BFileDomain - class oracle.jbo.domain.BFileDomain.
This class provides a lightweight wrapper for oracle.sql.BFILE, the Java representation of the BFILE database type.
BFileDomain() - Constructor for class oracle.jbo.domain.BFileDomain
Constructor for this class.
BFileDomain(BFILE) - Constructor for class oracle.jbo.domain.BFileDomain
Constructor for this class, given a BFILE object.
BFileDomain(BFILE, byte[]) - Constructor for class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this constructor.
BFileDomain(BFileDomain, byte[]) - Constructor for class oracle.jbo.domain.BFileDomain
Creates an instance of this class with data as described in bFileData and using the transaction context from bFile to use the file-locator in the database.
bigDecimalValue() - Method in class oracle.jbo.domain.Char
Calls CHAR.bigDecimalValue() to convert this object into a Java BigDecimal.
bigDecimalValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.bigDecimalValue() to convert internal Oracle Number into a Java BigDecimal.
bigIntegerValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a BigInteger.
bigIntegerValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.bigIntegerValue() to convert internal Oracle Number to a Java BigInteger.
BlobDomain - class oracle.jbo.domain.BlobDomain.
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
BlobDomain() - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this object.
BlobDomain(BLOB) - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this object.
BlobDomain(BLOB, byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
BlobDomain(BlobDomain, byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
BlobDomain(byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this class.
booleanValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a boolean.
buildAttrSQLTypes() - Method in class oracle.jbo.domain.Struct
Returns an array of the SQL datatypes of the attributes in this StructDomain object.
byteValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.byteValue() to convert internal Oracle Number to a Java byte.

Business Components
A B C D E F G H I L M N O P R S T U