isRefreshDesignCatalog method (DominoQuery - Java)
Returns the current value of the DominoQuery property RefreshDesignCatalog. This property controls whether the Design Catalog is refreshed with design changes when processing a query using execute or explain.
Defined in
Syntax
public boolean isRefreshDesignCatalog () throws
NotesException
Parameters
None
Returned value
Boolean refreshDesignCatalog
Usage
If true, the Design Catalog is checked for design changes and refreshed if necessary. If false, the Design Catalog is not checked for design changes. Default is false. To set this property, use the setRefreshDesignCatalog method.
Language cross reference
RefreshDesignCatalog property (NotesDominoQuery - LotusScript)