Database.queryUsingPreparedStmt()

Signature

Concept[] queryUsingPreparedStmt(String conceptURI, String preparedStmt, Object[] args, boolean queryChildren)

Domain

Parameters

NameTypeDescription
conceptURIStringThe result concept type's URI
preparedStmtStringPrepared statement to execute
argsObject[]Positional values to be used for binding to the prepared statement.
queryChildrenbooleanIf set to true, concept properties are recursively queried.

Returns

TypeDescription
Concept[]Array of concepts matching the query