Oracle Application Development Framework Business Components Domains Java API Reference
10.1.3.1.0 B28971-01

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


A

AM_IMPL_CLIENT - Static variable in class oracle.jbo.domain.DBSequence
 
Array - class oracle.jbo.domain.Array.
This class provides a lightweight wrapper for oracle.sql.ARRAY, the Java representation of the ARRAY database type.
Array() - Constructor for class oracle.jbo.domain.Array
Constructs an instance of this class.
Array(Object[]) - Constructor for class oracle.jbo.domain.Array
This constructor does not verify that this array's length w.r.t the corresponding database/source description.
Array(List) - Constructor for class oracle.jbo.domain.Array
This constructor does not verify that this array's length w.r.t the corresponding database/source description.
Array(ArrayDescriptor, Connection, Object) - Constructor for class oracle.jbo.domain.Array
Internal: Applications should not use this constructor.
Array(ArrayDescriptor, Connection, byte[]) - Constructor for class oracle.jbo.domain.Array
Internal: Applications should not use this constructor.
Array(Datum) - Constructor for class oracle.jbo.domain.Array
Internal: Applications should not use this constructor.
abs() - Method in class oracle.jbo.domain.Number
Finds the absolute value of this.
acos() - Method in class oracle.jbo.domain.Number
Calculates the arc cosine of this.
add(Number) - Method in class oracle.jbo.domain.Number
Adds another number to this.
add(double) - Method in class oracle.jbo.domain.Number
Adds another number to this.
add(int) - Method in class oracle.jbo.domain.Number
Adds another number to this.
add(NUMBER) - Method in class oracle.jbo.domain.Number
Adds another number to this.
addJulianDays(int, int) - Method in class oracle.jbo.domain.Date
Adds the number of Julian days to a DateDomain.
addMonths(int) - Method in class oracle.jbo.domain.Date
Adds months to a date.
asin() - Method in class oracle.jbo.domain.Number
Calculates the arc sine of this.
atan() - Method in class oracle.jbo.domain.Number
Calculates the arc tangent of this.
atan2(Number) - Method in class oracle.jbo.domain.Number
Calculates atan(this, x).
atan2(NUMBER) - Method in class oracle.jbo.domain.Number
Calculates atan(this, x).

B

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
Deprecated. since 9.0.4 BFile domains cannot be updated.
BFileDomain(BFileDomain, byte[]) - Constructor for class oracle.jbo.domain.BFileDomain
Deprecated. since 9.0.4 BFile domains cannot be updated.
BaseLobDomain - class oracle.jbo.domain.BaseLobDomain.
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
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(byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this class.
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(ResponseValues) - Constructor for class oracle.jbo.domain.BlobDomain
 
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.
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.

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(CHAR) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a SQL 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.
Char(ResponseValues) - Constructor for class oracle.jbo.domain.Char
 
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) - 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
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.
ClobDomain(ClobDomain, byte[]) - Constructor for class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use ClobDomain(ClobDomain clob, char[] clobData) Constructor instead.
ClobDomain(ClobDomain, char[]) - 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(ResponseValues) - Constructor for class oracle.jbo.domain.ClobDomain
 
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.

D

DBSequence - class oracle.jbo.domain.DBSequence.
A lightweight, tier-independent wrapper that allows working with attributes that should get their number values from database sequence on insert of a new row.
DBSequence() - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not use this constructor.
DBSequence(BigInteger) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(BigDecimal) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Long) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Integer) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Number) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(DBSequence) - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
DBSequence(String) - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
DBSequence(String, ApplicationModule) - Constructor for class oracle.jbo.domain.DBSequence
Uses the given sequence name to get a Sequence value that is stored for the value of this DBSequence instance
Date - class oracle.jbo.domain.Date.
This class extends oracle.sql.DATE, Oracle's Java representation of the DATE database type.
Date() - Constructor for class oracle.jbo.domain.Date
Creates a default Date Domain object.
Date(byte[]) - Constructor for class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
Date(DATE) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from an Oracle SQL DATE.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date identical to an existing Date.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Date.
Date(Time) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Time object.
Date(Timestamp) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Timestamp object.
Date(Object) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Object.
Date(String) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a Java String.
dateValue() - Method in class oracle.jbo.domain.Timestamp
Convert to a Date representation of the Timestamp object
decrement() - Method in class oracle.jbo.domain.Number
Subtracts 1 from this.
diffInMonths(Date) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
diffInMonths(DATE) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
div(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(Number) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(double) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(int) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Array
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Struct
Notification method that this domain calls whenever any of its attribute values are about to be modified.
doubleValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a double.

E

equals(Object) - Method in class oracle.jbo.domain.Array
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.BFileDomain
Converts all the data into a String and compares the two strings.
equals(Object) - Method in class oracle.jbo.domain.BaseLobDomain
Tests for equality between this and obj.
equals(Object) - Method in class oracle.jbo.domain.BlobDomain
Tests for equality between this and obj.
equals(Object) - Method in class oracle.jbo.domain.Char
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.ClobDomain
Converts all the data into a String and compares the two strings.
equals(Object) - Method in class oracle.jbo.domain.DBSequence
Test if the specified value is equal to this Sequence object.
equals(Object) - Method in class oracle.jbo.domain.Date
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Number
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Raw
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Ref
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.RowID
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Sequence
Test if the specified value is equal to this Sequence object.
equals(Object) - Method in class oracle.jbo.domain.Struct
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Timestamp
Tests this for equality with another object.
exp() - Method in class oracle.jbo.domain.Number
Raises e to the power of this.

F

fillObjectAttributeDefs(AttributeList, StructureDef, String[], AttributeDef[]) - Static method in class oracle.jbo.domain.Struct
 
floatValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a float.
floatingPointRound(int) - Method in class oracle.jbo.domain.Number
Rounds this to a specified precision.
floor() - Method in class oracle.jbo.domain.Number
Finds the floor of this.
formattedTextToNumber(String, String, String) - Static method in class oracle.jbo.domain.Number
Interprets a string as a number.
fromJulianDays(int, int) - Static method in class oracle.jbo.domain.Date
Converts given Julian days and seconds to a date.
fromText(String, String, String) - Static method in class oracle.jbo.domain.Date
Converts a formatted string to a date.

G

getArray() - Method in class oracle.jbo.domain.Array
Returns the elements of this array into an Object array.
getAsciiOutputStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getAsciiStream() - Method in class oracle.jbo.domain.ClobDomain
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAttrCustomDatumFactories() - Method in class oracle.jbo.domain.Struct
Returns factories that oracle.sql requires to create the attributes of this structure.
getAttrSQLTypes() - Method in class oracle.jbo.domain.Struct
Returns the SQL types for the attributes of the structure.
getAttrXMLElementTag(AttributeDef) - Method in class oracle.jbo.domain.Struct
Returns the class name of this domain, appended with the name of the attribute as xml-element tag for this domain-attribute.
getAttribute(int) - Method in class oracle.jbo.domain.Struct
Returns the attribute from this StructDomain object, given its index.
getAttribute(String) - Method in class oracle.jbo.domain.Struct
Returns the attribute from this StructDomain object, given its name.
getAttributeCount() - Method in class oracle.jbo.domain.Struct
Returns the number of attributes in this StructDomain object.
getAttributeIndexOf(String) - Method in class oracle.jbo.domain.Struct
Returns the index of a named attribute in this StructDomain object.
getAttributeNames() - Method in class oracle.jbo.domain.Struct
 
getAttributeValues() - Method in class oracle.jbo.domain.Struct
 
getBigDecimalValue() - Method in class oracle.jbo.domain.Number
Return a this domain's value as BigDecimal This method may be used to access the value for this domain in EL-expressions.
getBinaryOutputStream() - Method in class oracle.jbo.domain.BlobDomain
 
getBinaryStream() - Method in class oracle.jbo.domain.BlobDomain
 
getBufferSize() - Method in class oracle.jbo.domain.BlobDomain
 
getBufferSize() - Method in class oracle.jbo.domain.ClobDomain
Get ideal LOB db access buffer size.
getBytes(long, int) - Method in class oracle.jbo.domain.BlobDomain
 
getBytes(long, int, byte[]) - Method in class oracle.jbo.domain.BlobDomain
 
getBytes() - Method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method. Converts this domain value into a bytes, so that the oracle.jbo.Key object can render this domain into a short string form.
getBytes() - Method in class oracle.jbo.domain.Ref
Returns the contents of the Ref in byte format.
getCharacterOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
getCharacterOutputStream() - Method in class oracle.jbo.domain.BlobDomain
 
getCharacterOutputStream() - Method in class oracle.jbo.domain.ClobDomain
Returns a Writer for Unicode stream to the CLOB that uses the default character encoding.
getCharacterOutputStream(String) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getCharacterStream() - Method in class oracle.jbo.domain.BFileDomain
 
getCharacterStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getCharacterStream() - Method in class oracle.jbo.domain.ClobDomain
Gets the Clob contents as a Unicode reader.
getCharacterStream(String) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterStream() instead.
getColumnType() - Method in class oracle.jbo.domain.Struct
Returns the column type of the database column that corresponds to this STRUCT.
getCurrentDate() - Static method in class oracle.jbo.domain.Date
Gets current date and time.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Char
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Raw
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Ref
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.RowID
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
getCustomDatumFactory() - Static method in class oracle.jbo.domain.TimestampTZ
 
getData() - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.BaseLobDomain
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.Char
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method. Converts this to a JDBC object.
getData() - Method in class oracle.jbo.domain.Raw
Internal: Applications should not invoke this method. Converts this to a JDBC object.
getData() - Method in class oracle.jbo.domain.Ref
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.RowID
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.Sequence
Internal: Applications should not use this method. Returns the sequence value that was generated by the database sequence while constructing the SequenceImpl object.
getData() - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
getElemType() - Method in class oracle.jbo.domain.Array
Contents of this array should be of this type.
getElemXMLElementTag() - Method in class oracle.jbo.domain.Array
Returns the classname of this domain, appended with the name of the attribute as XML-element tag for this domain-attribute.
getInputStream() - Method in class oracle.jbo.domain.BFileDomain
 
getInputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getInputStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterStream() instead.
getInternalArray() - Method in class oracle.jbo.domain.Array
 
getInvokeDomainMethod() - Static method in class oracle.jbo.domain.BFileDomain
 
getInvokeDomainMethod() - Static method in class oracle.jbo.domain.BaseLobDomain
 
getLength() - Method in class oracle.jbo.domain.BlobDomain
 
getLength() - Method in class oracle.jbo.domain.ClobDomain
Returns the number of characters in the CLOB value designated by this Clob object.
getList() - Method in class oracle.jbo.domain.Array
Returns the elements of this array in a List object.
getOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
getOutputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOutputStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getOwner() - Method in class oracle.jbo.domain.Array
 
getOwner() - Method in class oracle.jbo.domain.BFileDomain
 
getOwner() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOwner() - Method in class oracle.jbo.domain.Struct
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.Array
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.BFileDomain
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.Struct
 
getOwnerRow() - Method in class oracle.jbo.domain.BFileDomain
 
getOwnerRow() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOwnerRow() - Method in class oracle.jbo.domain.Struct
 
getReferencedObject(DomainAttributeDef) - Method in class oracle.jbo.domain.Ref
Returns an an instance of the refernced row, given the attribute definition object.
getRemoteBufferSize() - Method in class oracle.jbo.domain.BaseLobDomain
 
getRemoteIdString() - Method in class oracle.jbo.domain.Array
 
getRemoteIdString() - Method in class oracle.jbo.domain.BFileDomain
 
getRemoteIdString() - Method in class oracle.jbo.domain.BaseLobDomain
 
getRemoteIdString() - Method in class oracle.jbo.domain.Struct
 
getRemoteLength() - Method in class oracle.jbo.domain.BaseLobDomain
 
getSequenceNumber() - Method in class oracle.jbo.domain.DBSequence
Returns the value of this Sequence as an oracle.jbo.domain.Number
getSerializedDomainXML(Document) - Method in class oracle.jbo.domain.Date
Creates the xml node in the given xml document for this domain's data in hex format of the byte[] representation of the data.
getSerializedDomainXML(Document) - Method in class oracle.jbo.domain.Timestamp
Creates the xml node in the given xml document for this domain's data in hex format of the byte[] representation of the data.
getSize() - Method in class oracle.jbo.domain.Array
 
getSize() - Method in class oracle.jbo.domain.BFileDomain
 
getSize() - Method in class oracle.jbo.domain.BaseLobDomain
 
getSize() - Method in class oracle.jbo.domain.Struct
 
getStorageByteArray() - Method in class oracle.jbo.domain.BaseLobDomain
 
getStorageByteArray() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead.
getStorageByteArray(String) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead.
getStorageCharArray() - Method in class oracle.jbo.domain.ClobDomain
Converts this CLOB contents into a char array.
getStructAttribute(AttributeList, StructureDef, String) - Static method in class oracle.jbo.domain.Struct
 
getStructName() - Method in class oracle.jbo.domain.Ref
Returns the name of the struct associated with this RefDomain.
getStructureDef() - Method in class oracle.jbo.domain.Struct
Returns the structure definition, that describes the details of the attributes, of this domain.
getSubString(long, int) - Method in class oracle.jbo.domain.ClobDomain
Returns a copy of the specified substring in the CLOB value designated by this Clob object.
getTime() - Method in class oracle.jbo.domain.Timestamp
Returns the time as a long value using timestampValue().getTime().
getValue() - Method in class oracle.jbo.domain.Char
Return a java.lang.String object with this domain's value.
getValue() - Method in class oracle.jbo.domain.DBSequence
Return this domain's value as long.
getValue() - Method in class oracle.jbo.domain.Date
Return a java.util.Date object with this domain's value.
getValue() - Method in class oracle.jbo.domain.Number
Return a this domain's value as double This method may be used to access the value for this domain in EL-expressions.
getValue() - Method in class oracle.jbo.domain.Raw
Return a byte[] object with this domain's value.
getValue() - Method in class oracle.jbo.domain.RowID
Return a String object with this domain's value.
getValue() - Method in class oracle.jbo.domain.Sequence
Return a long value for this domain.
getValue() - Method in class oracle.jbo.domain.Timestamp
Return a java.sql.Timestamp object with this domain's value.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Array
Creates the XML node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.BlobDomain
Creates the XML node in the given XML document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Date
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Struct
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Timestamp
Creates the xml node in the given xml document for this domain's data.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Array
 
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.BlobDomain
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.DBSequence
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Date
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Raw
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Timestamp
Internal: Applications should not use this method.
getXMLElementTag() - Method in class oracle.jbo.domain.Array
Returns this class name as XML-element tag for this Array domain object.
getXMLElementTag() - Method in class oracle.jbo.domain.BlobDomain
Returns this class name as an XML-element tag for this Struct domain object.
getXMLElementTag() - Method in class oracle.jbo.domain.Struct
Returns this class name as xml-element tag for this Struct domain object.

H

hashCode() - Method in class oracle.jbo.domain.Char
Computes a hash code for this CharDomain object.
hashCode() - Method in class oracle.jbo.domain.DBSequence
Computes a hash code for this Sequence object.
hashCode() - Method in class oracle.jbo.domain.Date
Computes a hash code for this.
hashCode() - Method in class oracle.jbo.domain.Number
Computes the hash code.
hashCode() - Method in class oracle.jbo.domain.Raw
Computes a hash code for this.
hashCode() - Method in class oracle.jbo.domain.RowID
Computes a hash code for this.
hashCode() - Method in class oracle.jbo.domain.Sequence
Computes a hash code for this Sequence object.
hashCode() - Method in class oracle.jbo.domain.Struct
Computes a hash code for this StructDomain object.
hashCode() - Method in class oracle.jbo.domain.Timestamp
Computes a hash code for this.

I

increment() - Method in class oracle.jbo.domain.Number
Adds 1 to this.
initAttrXMLDomainFactories(AttributeDef[]) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
initStructureDef() - Method in class oracle.jbo.domain.Struct
Initializes the structure definition of this object and its attribute definitions.
intValue() - Method in class oracle.jbo.domain.Char
Convert this data object into a int.
intValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.intValue() to convert internal Oracle Number to a Java int.
isAttrXMLCData(AttributeDef) - Method in class oracle.jbo.domain.Struct
Returns false always.
isCacheDataModified() - Method in class oracle.jbo.domain.BaseLobDomain
 
isConvertibleTo(Class) - Method in class oracle.jbo.domain.Char
Tests whether this data object can be converted to the specified Java data type.
isElemXMLCData() - Method in class oracle.jbo.domain.Array
Returns false always.

L

lastDayOfMonth() - Method in class oracle.jbo.domain.Date
Returns a date intialized to the last day of the month.
ln() - Method in class oracle.jbo.domain.Number
Calculates the natural logarithm of this.
loadFromDatabase(Transaction) - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
loadFromDatabase(Transaction) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
loadFromDatabase(Transaction) - Method in class oracle.jbo.domain.BaseLobDomain
Internal: Applications should not use this method.
loadFromDatabase(Transaction) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
log(Number) - Method in class oracle.jbo.domain.Number
Calculates the log of this to the specified base.
log(double) - Method in class oracle.jbo.domain.Number
Calculates the log of this to the specified base.
log(int) - Method in class oracle.jbo.domain.Number
Calculates the log of this to the specified base.
log(NUMBER) - Method in class oracle.jbo.domain.Number
Calculates the log of this to the specified base.
longValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a long.
longValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.longValue() to convert internal Oracle Number to a Java long.

M

mAttrXmlFac - Variable in class oracle.jbo.domain.Struct
Factories for each of the attibutes if they have one.
mConnection - Variable in class oracle.jbo.domain.Struct
Internal: Applications should not use this field.
mContext - Variable in class oracle.jbo.domain.Struct
Internal: Applications should not use this field.
mData - Variable in class oracle.jbo.domain.Struct
Internal: Applications should not use this field.
mOwnerAttrIndex - Variable in class oracle.jbo.domain.Array
Index of the attribute in the domain owner's container.
mOwnerAttrIndex - Variable in class oracle.jbo.domain.Struct
Index of the attribute in the domain owner's container.
mTxn - Variable in class oracle.jbo.domain.Struct
Internal: Applications should not use this field.
mXmlFac - Variable in class oracle.jbo.domain.Struct
The factory object that creates an instance of this STRUCT given an XML element.
main(String[]) - Static method in class oracle.jbo.domain.Char
Internal: Applications should not invoke this method.
main(String[]) - Static method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
main(String[]) - Static method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
marshal() - Method in class oracle.jbo.domain.Array
 
marshal() - Method in class oracle.jbo.domain.BaseLobDomain
 
marshal() - Method in class oracle.jbo.domain.Char
 
marshal() - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
marshal() - Method in class oracle.jbo.domain.Struct
 
mod(Number) - Method in class oracle.jbo.domain.Number
Calculates the remainder of this/n.
mod(double) - Method in class oracle.jbo.domain.Number
Calculates the remainder of this/n.
mod(int) - Method in class oracle.jbo.domain.Number
Calculates the remainder of this/n.
mod(NUMBER) - Method in class oracle.jbo.domain.Number
Calculates the remainder of this/n.
mul(NUMBER) - Method in class oracle.jbo.domain.Number
Multiplies this by another number.
multiply(Number) - Method in class oracle.jbo.domain.Number
Multiplies this by another number.
multiply(double) - Method in class oracle.jbo.domain.Number
Multiplies this by another number.
multiply(int) - Method in class oracle.jbo.domain.Number
Multiplies this by another number.
multiply(NUMBER) - Method in class oracle.jbo.domain.Number
Multiplies this by another number.

N

Number - class oracle.jbo.domain.Number.
This class extends oracle.sql.NUMBER, Oracle's Java representation of the NUMBER database type.
Number() - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object representing zero.
Number(byte[]) - Constructor for class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
Number(byte) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a byte.
Number(int) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an int.
Number(Long) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an Long object.
Number(long) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an long.
Number(short) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an short.
Number(float) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an float.
Number(double) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an double.
Number(Double) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an Double object.
Number(BigDecimal) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigDecimal.
Number(BigInteger) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigInteger.
Number(String, int) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Java String.
Number(String) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Java String.
Number(boolean) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Boolean.
Number(Object) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an arbitrary Object.
Number(Number) - Constructor for class oracle.jbo.domain.Number
Creates a Number identical to an existing Number.
Number(NUMBER) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an SQL NUMBER.
negate() - Method in class oracle.jbo.domain.Number
Calculates 0 - this.

O

openFile() - Method in class oracle.jbo.domain.BFileDomain
 
oracle.jbo.domain - package oracle.jbo.domain
The oracle.jbo.domain.* classes, also known as the "JBO Oracle Domains", provide lightweight wrappers for the Java representation of the Oracle data types (that is, the oracle.sql.* classes).

P

pow(Number) - Method in class oracle.jbo.domain.Number
Raises this to the power of exp.
pow(int) - Method in class oracle.jbo.domain.Number
Raises this to the power of exp.
pow(NUMBER) - Method in class oracle.jbo.domain.Number
Raises this to the power of exp.
prepareForDML(Object) - Method in class oracle.jbo.domain.Array
 
prepareForDML(Object) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
prepareForDML(Object) - Method in class oracle.jbo.domain.BlobDomain
Internal: Applications should not use this method.
prepareForDML(Object) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
prepareForDML(Object) - Method in class oracle.jbo.domain.Struct
 
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.Array
Prints the DTD info for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.BlobDomain
Prints the DTD information for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.Date
Prints the DTD info for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.Struct
Prints the DTD info for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.Timestamp
Prints the DTD info for this domain in the given print writer.

R

Raw - class oracle.jbo.domain.Raw.
This class provides a lightweight wrapper for oracle.sql.Raw, the Java representation of the RAW database type.
Raw() - Constructor for class oracle.jbo.domain.Raw
Creates a default Raw Domain object.
Raw(Raw) - Constructor for class oracle.jbo.domain.Raw
Creates a Raw object identical to an existing Raw object.
Raw(RAW) - Constructor for class oracle.jbo.domain.Raw
Creates a Raw Domain object encapsulating an SQL RAW object.
Raw(byte[]) - Constructor for class oracle.jbo.domain.Raw
Internal: Applications should not invoke this constructor.
Raw(String) - Constructor for class oracle.jbo.domain.Raw
Creates a Raw Domain object from a Java String.
Raw(Object) - Constructor for class oracle.jbo.domain.Raw
Creates a Raw Domain object from a Java Object.
Ref - class oracle.jbo.domain.Ref.
This class provides a lightweight wrapper for oracle.sql.Ref, the Java representation of the REF database type.
Ref() - Constructor for class oracle.jbo.domain.Ref
Internal: Applications should not invoke this constructor.
Ref(String, byte[]) - Constructor for class oracle.jbo.domain.Ref
Internal: Applications should not invoke this constructor.
Ref(Datum) - Constructor for class oracle.jbo.domain.Ref
Internal: Applications should not invoke this constructor.
RowID - class oracle.jbo.domain.RowID.
This class provides a lightweight wrapper for oracle.sql.RowID, the Java representation of the ROWID database type.
RowID() - Constructor for class oracle.jbo.domain.RowID
Creates a default RowID Domain object.
RowID(ROWID) - Constructor for class oracle.jbo.domain.RowID
Internal: Applications should not invoke this constructor.
RowID(byte[]) - Constructor for class oracle.jbo.domain.RowID
Internal: Applications should not invoke this constructor.
RowID(String) - Constructor for class oracle.jbo.domain.RowID
Internal: Applications should not invoke this constructor.
readAttrsFromXML(Element) - Method in class oracle.jbo.domain.Array
Reads all the attribute values from the XML-element and sets them into this row.
readAttrsFromXML(Element) - Method in class oracle.jbo.domain.Struct
Reads all the attribute values from the xml-element and sets them into this row.
resetCachedData() - Method in class oracle.jbo.domain.BaseLobDomain
 
resetCachedData() - Method in class oracle.jbo.domain.ClobDomain
 
resolveAndGetStructureDef(Class) - Static method in class oracle.jbo.domain.Struct
 
round(String) - Method in class oracle.jbo.domain.Date
Returns a date rounded to a specified precision.
round(int) - Method in class oracle.jbo.domain.Number
Rounds this to a specified precision.

S

SEQ_IMPL_CLIENT - Static variable in class oracle.jbo.domain.Sequence
Internal: Applications should not use this field.
SEQ_IMPL_SERVER - Static variable in class oracle.jbo.domain.Sequence
Internal: Applications should not use this field.
Sequence - class oracle.jbo.domain.Sequence.
A lightweight, tier-independent wrapper for the server tier-dependent SequenceImpl class.
Sequence() - Constructor for class oracle.jbo.domain.Sequence
Internal: Applications should not use this constructor.
Sequence(String, ApplicationModule) - Constructor for class oracle.jbo.domain.Sequence
Constructor.
Struct - class oracle.jbo.domain.Struct.
This class provides a lightweight wrapper for oracle.sql.STRUCT, the Java representation of the Struct database type.
Struct() - Constructor for class oracle.jbo.domain.Struct
Constructs an instance of this class.
Struct(Datum) - Constructor for class oracle.jbo.domain.Struct
Internal: Applications should not use this constructor.
saveToDatabase(Transaction) - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
saveToDatabase(Transaction, Object) - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
saveToDatabase(Transaction) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
saveToDatabase(Transaction, Object) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
saveToDatabase(Transaction) - Method in class oracle.jbo.domain.BaseLobDomain
Internal: Applications should not use this method.
saveToDatabase(Transaction, Object) - Method in class oracle.jbo.domain.BaseLobDomain
Internal: Applications should not use this method.
saveToDatabase(Transaction) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
saveToDatabase(Transaction, Object) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
saveToDatabase(Transaction) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
saveToDatabase(Transaction, Object) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
scale(int, int, boolean[]) - Method in class oracle.jbo.domain.Number
Rounds this to a specified precision, and tests for excessive magnitude.
setAttribute(int, Object) - Method in class oracle.jbo.domain.Struct
Sets the value of an attribute in this StructDomain, at the given index position.
setAttribute(String, Object) - Method in class oracle.jbo.domain.Struct
Sets the value of an attribute in this StructDomain object, given the attributes's name.
setAttributeNoCheck(int, Object) - Method in class oracle.jbo.domain.Struct
Sets the value of an attribute in this StructDomain object, at the given index position.
setBytes(byte[]) - Method in class oracle.jbo.domain.BFileDomain
Deprecated. since 9.0.4 BFile domains cannot be updated.
setBytes(byte[]) - Method in class oracle.jbo.domain.BaseLobDomain
Sets the blob data for this object.
setBytes(byte[]) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use setChars(char[] clobData) instead.
setBytes(byte[]) - Method in class oracle.jbo.domain.DBSequence
Passes in the bytes that represent the value of this object.
setChars(char[]) - Method in class oracle.jbo.domain.ClobDomain
Sets the Clob data for this object.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.BaseLobDomain
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Char
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.DBSequence
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Raw
Internal: Applications should not invoke this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Ref
Internal: Applications should not invoke this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.RowID
Internal: Applications should not invoke this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Sequence
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
setDayOfWeek(int) - Method in class oracle.jbo.domain.Date
Returns a date initialized to a date advanced to the week of the day specified.
setStructAttribute(AttributeList, StructureDef, String, Object) - Static method in class oracle.jbo.domain.Struct
 
shareBFILE(BFileDomain) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
shift(int) - Method in class oracle.jbo.domain.Number
Shift this a specified number of decimal places.
shortValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.shortValue() to convert internal Oracle Number to a Java short.
sin() - Method in class oracle.jbo.domain.Number
Calculates the sine of this.
sinh() - Method in class oracle.jbo.domain.Number
Calculates the hyperbolic sine of this.
sqroot() - Method in class oracle.jbo.domain.Number
Calculates the square root of this.
sub(NUMBER) - Method in class oracle.jbo.domain.Number
Subtracts another number from this.
subtract(Number) - Method in class oracle.jbo.domain.Number
Subtracts another number from this.
subtract(double) - Method in class oracle.jbo.domain.Number
Subtracts another number from this.
subtract(int) - Method in class oracle.jbo.domain.Number
Subtracts another number from this.
subtract(NUMBER) - Method in class oracle.jbo.domain.Number
Subtracts another number from this.
syncClientLob(LobInterface) - Method in class oracle.jbo.domain.Array
 
syncClientLob(LobInterface) - Method in class oracle.jbo.domain.BFileDomain
 
syncClientLob(LobInterface) - Method in class oracle.jbo.domain.BaseLobDomain
 
syncClientLob(LobInterface) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this function.
syncClientLob(LobInterface) - Method in class oracle.jbo.domain.Struct
 
syncServerLob(LobInterface) - Method in class oracle.jbo.domain.Array
 
syncServerLob(LobInterface) - Method in class oracle.jbo.domain.BFileDomain
 
syncServerLob(LobInterface) - Method in class oracle.jbo.domain.BaseLobDomain
 
syncServerLob(LobInterface) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this function.
syncServerLob(LobInterface) - Method in class oracle.jbo.domain.Struct
 

T

Timestamp - class oracle.jbo.domain.Timestamp.
This class extends oracle.sql.TIMESTAMP, Oracle's Java representation of the TIMESTAMP database type.
Timestamp() - Constructor for class oracle.jbo.domain.Timestamp
Creates a default Timestamp Domain object.
Timestamp(byte[]) - Constructor for class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
Timestamp(Date) - Constructor for class oracle.jbo.domain.Timestamp
 
Timestamp(TIMESTAMP) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp Domain object from an Oracle SQL TIMESTAMP.
Timestamp(Timestamp) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp identical to an existing Timestamp.
Timestamp(Timestamp) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp Domain object from a JDBC Timestamp.
Timestamp(long) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp Domain object from a long Timestamp value.
Timestamp(Date) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp Domain object from a JDBC java.sql.Date object.
Timestamp(Date) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp Domain object from a JDBC java.util.Date object.
Timestamp(String) - Constructor for class oracle.jbo.domain.Timestamp
Creates a Timestamp Domain object from a Java String.
TimestampTZ - class oracle.jbo.domain.TimestampTZ.
 
TimestampTZ() - Constructor for class oracle.jbo.domain.TimestampTZ
 
TimestampTZ(Timestamp) - Constructor for class oracle.jbo.domain.TimestampTZ
 
TimestampTZ(Timestamp) - Constructor for class oracle.jbo.domain.TimestampTZ
 
tan() - Method in class oracle.jbo.domain.Number
Calculates the tangent of this.
tanh() - Method in class oracle.jbo.domain.Number
Calculates the hyperbolic tangent of this.
textToPrecisionNumber(String, boolean, int, boolean, int, String) - Static method in class oracle.jbo.domain.Number
Converts a string to a number with specified precision.
toByteArray() - Method in class oracle.jbo.domain.BFileDomain
Returns the contents of this BFILE as a byte array.
toByteArray() - Method in class oracle.jbo.domain.BaseLobDomain
Converts this BLOB contents into a byte array.
toCharArray() - Method in class oracle.jbo.domain.ClobDomain
Converts this cLOB contents into a char array.
toDate(String) - Static method in class oracle.jbo.domain.Date
Converts an Oracle Date expressed as a string to a Java Date.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.BaseLobDomain
 
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Char
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.ClobDomain
 
toDatum(OracleConnection) - Method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Raw
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Ref
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.RowID
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
toDatum(OracleConnection) - Method in class oracle.jbo.domain.TimestampTZ
 
toNumber() - Method in class oracle.jbo.domain.Date
Converts this date to an oracle.sql.NUMBER.
toString() - Method in class oracle.jbo.domain.BFileDomain
For testing purposes only: returns the contents fo the BFILE as a string.
toString() - Method in class oracle.jbo.domain.BaseLobDomain
For testing purposes only: converts this BlobDomain object to a string.
toString() - Method in class oracle.jbo.domain.ClobDomain
Converts this ClobDomain object to a string.
toString() - Method in class oracle.jbo.domain.DBSequence
For testing purposes only: Returns a string representation of the generated sequence value.
toString() - Method in class oracle.jbo.domain.Date
 
toString() - Method in class oracle.jbo.domain.Number
For testing purposes only: converts this to a fixed-point number presented as a string.
toString() - Method in class oracle.jbo.domain.Raw
For testing purposes only: converts this to a character string.
toString() - Method in class oracle.jbo.domain.RowID
For testing purposes only: converts this to a textual representation.
toString() - Method in class oracle.jbo.domain.Sequence
For testing purposes only: Returns a string representation of the generated sequence value.
toString() - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
toString() - Method in class oracle.jbo.domain.Timestamp
For testing purposes only: converts this to a textual representation.
toTimestamp(String) - Static method in class oracle.jbo.domain.Timestamp
Converts an Oracle Timestamp expressed as a string to a Java Timestamp.
truncate(String) - Method in class oracle.jbo.domain.Date
Returns a date truncated to a specified precision.
truncate(int) - Method in class oracle.jbo.domain.Number
Truncates this.

U

useBFILE(BFILE) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
useBLOB(BLOB) - Method in class oracle.jbo.domain.BlobDomain
Obselete
useCLOB(CLOB) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
useElementType(Class) - Method in class oracle.jbo.domain.Array
If this array's element Type is not already set, use the given class as the element Type for this array.

V

validate() - Method in class oracle.jbo.domain.TimestampTZ
Implements domain validation logic and throws a JboException on error.

Z

ZERO_TIME - Static variable in class oracle.jbo.domain.Date
 

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

Oracle Application Development Framework Business Components Domains Java API Reference
10.1.3.1.0 B28971-01


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