SelectDatabaseScript (NoteCollection - Java™)
Read-write. Indicates whether the collection contains a database script note.
Defined in
Data type
boolean
Syntax
public boolean getSelectDatabaseScript()
throws NotesException
public void setSelectDatabaseScript(boolean flag)
throws NotesException
Legal values
- true to indicate inclusion of a database script note
- false to indicate exclusion of a database script note
Usage
The following methods set this property:
- createNoteCollection in Database
- selectAllCodeElements
- selectAllDesignElements
- selectAllNotes