Database.queryUsingPreparedStmt()
Signature
Concept[] queryUsingPreparedStmt(String conceptURI, String preparedStmt, Object[] args,
boolean queryChildren)
Parameters
Name | Type | Description |
conceptURI | String | The result concept type's URI |
preparedStmt | String | Prepared statement to execute |
args | Object[] | Positional values to be used for binding to the prepared statement. |
queryChildren | boolean | If set to true, concept properties are recursively queried. |
Returns
Type | Description |
Concept[] | Array of concepts matching the query |