Class ParameterTableSupport
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.jdbc.util.ParameterTableSupport
-
public class ParameterTableSupport extends java.lang.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(java.sql.Connection conn, java.lang.String resourceType, 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(java.sql.Connection conn, java.lang.String resourceType, long v_logical_resource_id) throws java.sql.SQLException
Delete any current parameters from the whole-system and resource-specific parameter tables for the given resourceType and logical_resource_id- Parameters:
conn
-resourceType
-v_logical_resource_id
-- Throws:
java.sql.SQLException
-
-