Package ca.uhn.fhir.jpa.migrate
Class MigrationJdbcUtils
java.lang.Object
ca.uhn.fhir.jpa.migrate.MigrationJdbcUtils
Utility methods to be used by migrator functionality that needs to invoke JDBC directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanqueryForSingleBooleanResultMultipleThrowsException(String theSql, org.springframework.jdbc.core.JdbcTemplate theJdbcTemplate)
-
Constructor Details
-
MigrationJdbcUtils
public MigrationJdbcUtils()
-
-
Method Details
-
queryForSingleBooleanResultMultipleThrowsException
public static boolean queryForSingleBooleanResultMultipleThrowsException(String theSql, org.springframework.jdbc.core.JdbcTemplate theJdbcTemplate)
-