Class InitializeLogicalResourceDenorms

  • All Implemented Interfaces:
    IDatabaseStatement

    public class InitializeLogicalResourceDenorms
    extends java.lang.Object
    implements IDatabaseStatement
    Set the current value for xxx_LOGICAL_RESOURCES.IS_DELETED. Called as part of the schema migration step for schema version V0010 and V0011. Note that for this to work for the multi-tenant (Db2) schema, the SV_TENANT_ID needs to be set first.
    • Constructor Summary

      Constructors 
      Constructor Description
      InitializeLogicalResourceDenorms​(java.lang.String schemaName, java.lang.String resourceTypeName)
      Public constructor
    • 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

      • InitializeLogicalResourceDenorms

        public InitializeLogicalResourceDenorms​(java.lang.String schemaName,
                                                java.lang.String resourceTypeName)
        Public constructor
        Parameters:
        schemaName -
        tableName -
    • Method Detail