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

NameTypeDescription
conceptURIStringThe result concept type's URI
preparedStmtStringPrepared statement to execute
parameterListListPositional values to be used for binding to the prepared statement. An ArrayList that has been populated using preparedstatement utility methods only (addIntPreparedStmtParam, addStringPreparedStmtParam etc).
queryChildrenbooleanIf set to true, concept properties are recursively queried.

Returns

TypeDescription
Concept