Class ParameterTableSupport


  • public class ParameterTableSupport
    extends Object
    Support functions for managing the search parameter value tables
    • Constructor Detail

      • ParameterTableSupport

        public ParameterTableSupport()
    • 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