setRebuildDesignCatalog method (DominoQuery - Java)

Sets a new value for the DominoQuery property RebuildDesignCatalog. This property controls whether the Design Catalog is unconditionally rebuilt when a query is processed using execute or explain.

Defined in

DominoQuery

Syntax

void setRebuildDesignCatalog ( boolean refresh ) throws NotesException

Parameters

boolean rebuild

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 rebuilt unconditionally prior to executing the query. Default is false.

If you do not have Designer access to the database being queried, calling setRebuildDesignCatalog may fail during execute or explain with "You are not authorized to perform that operation".

Language cross reference

RebuildDesignCatalog property (NotesDominoQuery - LotusScript)