Interface BulkTableEvent

    • Method Detail

      • tableName

        String tableName()
        Return the name of the table that was involved.
      • isInsert

        boolean isInsert()
        Return true if rows were inserted.
      • isUpdate

        boolean isUpdate()
        Return true if rows were updated.
      • isDelete

        boolean isDelete()
        Return true if rows were deleted.