Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
static DBQuery |
DBQuery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBQuery[] |
DBQuery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DQLQueryResult |
Database.queryDQL(DQL.DQLTerm query,
Set<DBQuery> flags)
Runs a DQL query against the documents in the database.
|
DQLQueryResult |
Database.queryDQL(DQL.DQLTerm query,
Set<DBQuery> flags,
int maxDocsScanned,
int maxEntriesScanned,
int maxMsecs)
Runs a DQL query against the documents in the database.
|
DQLQueryResult |
Database.queryDQL(String query,
Set<DBQuery> flags)
Runs a DQL query against the documents in the database.
|
DQLQueryResult |
Database.queryDQL(String query,
Set<DBQuery> flags,
int maxDocsScanned,
int maxEntriesScanned,
int maxMsecs)
Runs a DQL query against the documents in the database.
|
Copyright © 2019–2021 HCL. All rights reserved.