Oracle 8i Data Cartridge Developer's Guide Release 2 (8.1.6) Part Number A76937-01 |
|
SBTREE: An Example of Extensible Indexing, 7 of 8
Create the indextype object and specify the list of operators that it supports. In addition, specify the name of the implementation type that implements the ODCIIndex interface routines.
CREATE INDEXTYPE sbtree FOR eq(VARCHAR2, VARCHAR2), lt(VARCHAR2, VARCHAR2), gt(VARCHAR2, VARCHAR2) USING sbtree_im;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|