Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
Result Tables, 4 of 4
The CTX_THES expansion functions such as BT, NT, and SYN can return the expansions in a table of type EXP_TAB. You optionally specify the name of your table with the restab argument.
The EXP_TAB table type is a table of rows of type EXP_REC.
The EXP_REC and EXP_TAB types are defined as follows in the CTXSYS schema:
type exp_rec is record ( xrel varchar2(12), xlevel number, xphrase varchar2(256) ); type exp_tab is table of exp_rec index by binary_integer;
When you call a thesaurus expansion function and specify restab, the system returns the expansion as an EXP_TAB table. Each row in this table is of type EXP_REC and represents a word or phrase in the expansion. The following table describes the fields in EXP_REC:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|