SQL Reference

SYSCAT.INDEXOPTIONS

Each row contains index specific option values.


Table 68. SYSCAT.INDEXOPTIONS Catalog View
Column Name Data Type Nullable Description
INDSCHEMA VARCHAR(128)
Schema name of the index.
INDNAME VARCHAR(18)
Local name of the index.
OPTION VARCHAR(128)
Name of the index option.
SETTING VARCHAR(255)
Value.


[ Top of Page | Previous Page | Next Page ]