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

C

ceil() - Method in class oracle.jbo.domain.Number
Finds the ceiling of this.
Char - class oracle.jbo.domain.Char.
This class provides a lightweight wrapper for oracle.sql.CHAR, the Java representation of the CHAR database type.
Char() - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object representing the null string.
Char(byte[], CharacterSet) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a byte array representing a string of a given character set.
Char(byte[], int, int, CharacterSet) - Constructor for class oracle.jbo.domain.Char
Internal: Applications should not invoke this method.
Char(Char) - Constructor for class oracle.jbo.domain.Char
Creates a Char identical to an existing Char.
Char(CHAR) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a SQL CHAR.
Char(Object) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from an Object.
Char(Object, CharacterSet) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from an Object interpreted as a string of a given character set.
Char(String) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a String.
Char(String, CharacterSet) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a String interpreted as a string of a given character set.
ClobDomain - class oracle.jbo.domain.ClobDomain.
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the CLOB database type.
ClobDomain() - Constructor for class oracle.jbo.domain.ClobDomain
Constructor for this class.
ClobDomain(byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Constructs an instance of this class, given a byte array.
ClobDomain(CLOB) - Constructor for class oracle.jbo.domain.ClobDomain
Constructs an instance of this class, given a CLOB object.
ClobDomain(CLOB, byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this constructor.
ClobDomain(ClobDomain, byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Creates an instance of this class with data as described in clobData and using the transaction context from clob to use the clob-locator in the database.
ClobDomain(String) - Constructor for class oracle.jbo.domain.ClobDomain
Constructs an instance of this class, given a string.
closeFile() - Method in class oracle.jbo.domain.BFileDomain
 
closeOutputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
closeOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
compareTo(double) - Method in class oracle.jbo.domain.Number
Returns -1 if NUMBER is less than n, 0 if NUMBER and n are equal (==), 1 if NUMBER is greater than n.
compareTo(int) - Method in class oracle.jbo.domain.Number
Returns -1 if NUMBER is less than n, 0 if NUMBER and n are equal (==), 1 if NUMBER is greater than n.
cos() - Method in class oracle.jbo.domain.Number
Calculates the cosine of this.
cosh() - Method in class oracle.jbo.domain.Number
Calculates the hyperbolic cosine of this.
createEmptyBLOB(Object) - Static method in class oracle.jbo.domain.BlobDomain
Creates an empty Blob object.
createEmptyCLOB(Object) - Static method in class oracle.jbo.domain.ClobDomain
Creates an empty Blob object.
createInstanceWithAM(ApplicationModule) - Static method in class oracle.jbo.domain.DBSequence
A class method that may be invoked to retrieve the next value from a database sequence.

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