Class ParameterTableSupport
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.util.ParameterTableSupport
-
public class ParameterTableSupport extends Object
Support functions for managing the search parameter value tables
-
-
Constructor Summary
Constructors Constructor Description ParameterTableSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deleteFromParameterTables(Connection conn, String tablePrefix, long v_logical_resource_id)
Delete any current parameters from the whole-system and resource-specific parameter tables for the given resourcetype and logical_resource_id
-
-
-
Method Detail
-
deleteFromParameterTables
public static void deleteFromParameterTables(Connection conn, String tablePrefix, long v_logical_resource_id) throws SQLException
Delete any current parameters from the whole-system and resource-specific parameter tables for the given resourcetype and logical_resource_id- Parameters:
conn
-tablePrefix
-v_logical_resource_id
-- Throws:
SQLException
-
-