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.

Language cross reference

RebuildDesignCatalog property (NotesDominoQuery - LotusScript)