Oracle ADF Business Components Domains API Reference 10.1.2 B14023-02

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


C

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(Char) - Constructor for class oracle.jbo.domain.Char
Creates a Char identical to an existing Char.
Char(String) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a String.
Char(Object) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from an Object.
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(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.
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.
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(String) - Constructor for class oracle.jbo.domain.ClobDomain
Constructs an instance of this class, given a string.
ClobDomain(byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use ClobDomain(char[] data) Constructor instead.
ClobDomain(char[]) - Constructor for class oracle.jbo.domain.ClobDomain
Constructs an instance of this class, given a char array.
ClobDomain(CLOB, byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use ClobDomain(CLOB clob, char[] clobData) Constructor instead.
ClobDomain(CLOB, char[]) - Constructor for class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this constructor.
ceil() - Method in class oracle.jbo.domain.Number
Finds the ceiling of this.
closeCharacterOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
closeCharacterOutputStream() - Method in class oracle.jbo.domain.BlobDomain
 
closeCharacterOutputStream() - Method in class oracle.jbo.domain.ClobDomain
 
closeCharacterStream() - Method in class oracle.jbo.domain.BFileDomain
 
closeCharacterStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
closeCharacterStream() - Method in class oracle.jbo.domain.ClobDomain
Close the Clob contents as a Unicode reader.
closeFile() - Method in class oracle.jbo.domain.BFileDomain
 
closeInputStream() - Method in class oracle.jbo.domain.BFileDomain
 
closeInputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
closeOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
closeOutputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
closeOutputStream() - Method in class oracle.jbo.domain.ClobDomain
 
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.
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.
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.

Oracle ADF Business Components Domains API Reference 10.1.2 B14023-02

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


 

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