The etx_lists table
This section describes the etx_lists table, a system table that contains information about stopword lists, synonym lists, and user-defined character sets. Each time you create or drop one of these objects, an entry for the object is inserted or deleted in the table.
The etx_lists table has the following columns.
Column name | Type | Explanation |
---|---|---|
list_name | VARCHAR(255) | Internal name for word lists and user-defined character sets that exist in a database. |
slob_handle | BLOB | Points to the smart large object that contains the DataBlade® object. |
Important: The etx_lists table is described
for your information only; never update this table manually. You can,
however, query the table to find out what objects (such as synonym
and stopword lists) currently exist in your database.