Class GetLogicalResourceNeedsV0014Migration

  • All Implemented Interfaces:
    IDatabaseSupplier<Boolean>

    public class GetLogicalResourceNeedsV0014Migration
    extends Object
    implements IDatabaseSupplier<Boolean>
    Checks the value of IS_DELETED is "X" for any row found in LOGICAL_RESOURCES the given resource type. If found, it means that the table needs to be migrated. If not found, then obviously there's no need for migration.
    • Constructor Detail

      • GetLogicalResourceNeedsV0014Migration

        public GetLogicalResourceNeedsV0014Migration​(String schemaName,
                                                     int resourceTypeId)