Package dev.dsf.fhir.search
Interface DbSearchQuery
- All Known Implementing Classes:
SearchQuery
public interface DbSearchQuery
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyIncludeResource(org.hl7.fhir.r4.model.Resource resource, int columnIndex, Connection connection) voidmodifyStatement(PreparedStatement statement, BiFunctionWithSqlException<String, Object[], Array> arrayCreator)
-
Method Details
-
getCountSql
String getCountSql() -
getSearchSql
String getSearchSql() -
modifyStatement
void modifyStatement(PreparedStatement statement, BiFunctionWithSqlException<String, Object[], throws SQLExceptionArray> arrayCreator) - Throws:
SQLException
-
getPageAndCount
PageAndCount getPageAndCount() -
modifyIncludeResource
void modifyIncludeResource(org.hl7.fhir.r4.model.Resource resource, int columnIndex, Connection connection) throws SQLException - Throws:
SQLException
-