Database.queryUsingPreparedStmt()
Signature
Concept[] queryUsingPreparedStmt(String conceptURI, String preparedStmt, Object[] args, boolean queryChildren)
Domain
ACTION, CONDITION, BUI
Description
Queries the database using the supplied prepared statement.
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. |
Cautions
Try to use queryUsingPreparedStmtByParamList().