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


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.
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.
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).

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.