Oracle9i Business Components for Java Oracle Domains API Reference
Oracle9i Jdeveloper (9.0.4)
B10392-01

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

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(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, byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this constructor.
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 CLOB object.
createInstanceWithAM(ApplicationModule) - Static method in class oracle.jbo.domain.DBSequence
Deprecated. since 9.0.3. Use new instance of this class to get the next value.

Oracle9i Business Components for Java Oracle Domains API Reference
Oracle9i Jdeveloper (9.0.4)
B10392-01

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

 

Copyright © 1997, 2003, Oracle. All rights reserved.