Class ParameterTableSupport


  • public class ParameterTableSupport
    extends java.lang.Object
    Support functions for managing the search parameter value tables
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParameterTableSupport

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