Oracle9i OLAP Developer's Guide to the OLAP API Release 2 (9.2) Part Number A95297-01 |
|
Making Queries Using Source Methods, 8 of 8
The StringSource
class defines methods that are string-specific versions of various Source
methods that you can use to append, insert, select, and remove values whose values are Java String
objects.
The StringSource
class also has methods listed in Table 6-6 that you can use to manipulate the values of the StringSource
objects. The OLAP API also provides the methods listed in Table 6-7 that you can use to manipulate substrings within the values of a StringSource
.
There are two different versions of each of these methods. In one version you specify the values using Source
objects, in the other you specify the values using literal values.
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|