Package tilda.data

Class Key_Data

    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
      • _K

        protected java.util.concurrent.atomic.AtomicLong _K
    • Constructor Detail

      • Key_Data

        public Key_Data()
    • Method Detail

      • init

        public static void init​(Connection C)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • beforeWrite

        protected boolean beforeWrite​(Connection C)
                               throws java.lang.Exception
        Specified by:
        beforeWrite in class TILDA__KEY
        Throws:
        java.lang.Exception
      • afterRead

        protected boolean afterRead​(Connection C)
                             throws java.lang.Exception
        Specified by:
        afterRead in class TILDA__KEY
        Throws:
        java.lang.Exception
      • nextKey

        public long nextKey()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getCreatedETL

        public java.time.ZonedDateTime getCreatedETL()
        Description copied from class: TILDA__KEY
        This is the getter for:
        NamecreatedETL of type ZonedDateTime
        DescriptionThe timestamp for when the record was ETL-created.
        ColumnTILDA.Key.createdETL of type timestamptz
        Full Nametilda.data.TILDA.Key.createdETL
        Nullabletrue
        ModeCALCULATED
        Invariantfalse
        ProtectNONE
        Specified by:
        getCreatedETL in class TILDA__KEY
      • getLastUpdatedETL

        public java.time.ZonedDateTime getLastUpdatedETL()
        Description copied from class: TILDA__KEY
        This is the getter for:
        NamelastUpdatedETL of type ZonedDateTime
        DescriptionThe timestamp for when the record was last ETL-updated.
        ColumnTILDA.Key.lastUpdatedETL of type timestamptz
        Full Nametilda.data.TILDA.Key.lastUpdatedETL
        Nullabletrue
        ModeCALCULATED
        Invariantfalse
        ProtectNONE
        Specified by:
        getLastUpdatedETL in class TILDA__KEY