Database.queryUsingPreparedStmtByParamList()
Signature
Concept[] queryUsingPreparedStmtByParamList(String conceptURI, String preparedStmt, List parameterList, 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 |
parameterList | List | Positional values to be used for binding to the prepared statement. An ArrayList that has been populated using preparedstatement utility methods only (addIntPreparedStmtParam, addStringPreparedStmtParam etc). |
queryChildren | boolean | If set to true, concept properties are recursively queried. |