SQL Reference

OBJCAT.INDEXEXTENSIONMETHODS

Each row represents a search method. One index extension may include multiple search methods.

Table 111. OBJCAT.INDEXEXTENSIONMETHODS Catalog View
Column Name Data Type Nullable Description
METHODNAME VARCHAR(18)
Name of search method.
METHODID SMALLINT
Number of the method in the index extension.
IESCHEMA VARCHAR(128)
Qualified name of index extension.
IENAME VARCHAR(18)
RANGEFUNCSCHEMA VARCHAR(128)
Qualified name of range-through function.
RANGEFUNCNAME VARCHAR(18)
RANGESPECIFICNAME VARCHAR(18)
Range-through function specific name.
FILTERFUNCSCHEMA VARCHAR(128)
Qualified name of filter function.
FILTERFUNCNAME VARCHAR(18)
FILTERSPECIFICNAME VARCHAR(18)
Function specific name of filter function.
REMARKS VARCHAR(254) Yes User-supplied or null.


[ Top of Page | Previous Page | Next Page ]