Class RecordLogicalId

  • All Implemented Interfaces:
    IDatabaseStatement

    public class RecordLogicalId
    extends java.lang.Object
    implements IDatabaseStatement
    DAO to encapsulate all the SQL/DML used to retrieve and persist data in the schema
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordLogicalId​(java.lang.String schemaName, int resourceTypeId, java.lang.String logicalId, long resourceBundleLoadId, int lineNumber, java.lang.Integer responseTimeMs)
      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

      • RecordLogicalId

        public RecordLogicalId​(java.lang.String schemaName,
                               int resourceTypeId,
                               java.lang.String logicalId,
                               long resourceBundleLoadId,
                               int lineNumber,
                               java.lang.Integer responseTimeMs)
        Public constructor
        Parameters:
        schemaName -
        resourceTypeId -
        logicalId -
        resourceBundleLoadId -
        lineNumber -
        responseTimeMs -
    • Method Detail