SetRefreshDesignCatalog method (DominoQuery - Java)

Sets a new value for the DominoQuery property RefreshDesignCatalog. This property controls whether the Design Catalog is refreshed when processing a query using Execute or Explain.

Defined in

DominoQuery

Syntax

void setRefreshDesignCatalog ( boolean refresh ) throws NotesException

Parameters

boolean refresh

True or False

Returned value

None

Usage

Processing triggered by this setting is performed when Explain or Execute is called for a DominoQuery instance. If true, the Design Catalog is inspected for any design changes that affect it. If there are no changes, no work is done and there is very little cost. If there are changes to relevant design elements, the Design Catalog is rebuilt. If true and the Design Catalog has not been created, it is created prior to running the query.

Language cross reference

RefreshDesignCatalog property (NotesDominoQuery - LotusScript)