Uses of Class
org.linuxforhealth.fhir.persistence.params.database.PreparedStatementWrapper
-
Packages that use PreparedStatementWrapper Package Description org.linuxforhealth.fhir.persistence.params.database -
-
Uses of PreparedStatementWrapper in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database that return PreparedStatementWrapper Modifier and Type Method Description protected PreparedStatementWrapper
PlainParamValueProcessor. buildCommonTokenValueSelectStatement(java.util.List<CommonTokenValue> values)
Build and prepare a statement to fetch the common_token_value records for all the given (unresolved) code system values
-