isRebuildDesignCatalog method (DominoQuery - Java)
Returns the current value of the DominoQuery property RebuildDesignCatalog. This property controls whether the Design Catalog is unconditionally rebuilt when processing a query using explain or execute.
Defined in
Syntax
public boolean isRebuildDesignCatalog () throws NotesException
Parameters
None
Returned value
Boolean RebuildDesignCatalog
Usage
If true, the Design Catalog is rebuilt unconditionally prior to executing the query. If false, the Design Catalog is not unconditionally rebuilt. To set this property, use the setRebuildDesignCatalog method
Language cross reference
RebuildDesignCatalog property (NotesDominoQuery - LotusScript)