Class MarkBundleDone

  • All Implemented Interfaces:
    IDatabaseStatement

    public class MarkBundleDone
    extends java.lang.Object
    implements IDatabaseStatement
    Updates the LOAD_COMPLETED timestamp of the resource_bundles record
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkBundleDone​(java.lang.String schemaName, long resourceBundleLoadId, int failureCount, int rowsProcessed)
      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

      • MarkBundleDone

        public MarkBundleDone​(java.lang.String schemaName,
                              long resourceBundleLoadId,
                              int failureCount,
                              int rowsProcessed)
        Public constructor
        Parameters:
        schemaName -
        resourceBundleLoadId -
        failureCount -
        rowsProcessed -
    • Method Detail