Class MigrateV0014LogicalResourceIsDeletedLastUpdated

  • All Implemented Interfaces:
    IDatabaseStatement

    public class MigrateV0014LogicalResourceIsDeletedLastUpdated
    extends java.lang.Object
    implements IDatabaseStatement
    Run a correlated update statement to update the new V0014 columns in LOGICAL_RESOURCES from the corresponding values in the xx_LOGICAL_RESOURCES table (for a specific resource type) Note that for this to work for the multi-tenant (Db2) schema, the SV_TENANT_ID needs to be set first.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection.
      • Methods inherited from class java.lang.Object

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

      • MigrateV0014LogicalResourceIsDeletedLastUpdated

        public MigrateV0014LogicalResourceIsDeletedLastUpdated​(java.lang.String schemaName,
                                                               java.lang.String resourceTypeName,
                                                               int resourceTypeId)
        Public constructor
        Parameters:
        schemaName -
        resourceTypeName -
        resourceTypeId -
    • Method Detail