Query Object Set Information

This procedure allows a user to see the list of object sets that are contained within the collection.

QUERY_OBJECT_SET

Authorization

This stored procedure is created with public authority *EXCLUDE and is owned by the creator of the text search collection.

The procedure will adopt the authority of the text search collection owner's profile. Authority can be granted to other users to allow them to execute the procedure.

Syntax

Read syntax diagramSkip visual syntax diagram QUERY_OBJECT_SET

The schema qualifier is the name of the text search collection.

Parameters

None

RESULT SET RETURNED

The procedure returns a result set that has one row for each object set:

SETID             INTEGER
SETSTATE          CHAR(10)      CCSID 1208 
LASTREFRESHTIME   TIMESTAMP
ADDOBJSETSQL      VARCHAR(2000) CCSID 1208

SETID - A unique identifier assigned to each object set. This identifier may be used on the remove_object_set stored procedure to remove the object set from the collection.

SETSTATE - The state of the object set. This is reserved for future expansion and is always 'ACTIVE'.

LASTREFRESHTIME - The last time the object set has been refreshed to reflect objects actually on the system.

ADDOBJSETSQL - The SQL stored procedure call that was used to add this object set.

Examples

Call MYCOLLECTION.QUERY_OBJECT_SET;

To query object set information from a collection from IBM® Navigator for i, follow these steps.

  1. From IBM Navigator for i, expand IBM i Management > System > All Tasks.
  2. On the right panel, select System > OmniFind > Collection List.
  3. Right click the collection and select Properties. Click the Object tab.