Class DBMSHandlerBase.DBSeqTable

All Implemented Interfaces:
Cloneable, Entity
Enclosing class:
DBMSHandlerBase

public static class DBMSHandlerBase.DBSeqTable extends DBTable
This class is used to emulate sequences by using a sequence table. It is used with the executeSQL function and only required for insert statements
  • Field Details

    • C_SEQNAME

      public DBColumn C_SEQNAME
    • C_SEQVALUE

      public DBColumn C_SEQVALUE
    • C_TIMESTAMP

      public DBColumn C_TIMESTAMP
  • Constructor Details

    • DBSeqTable

      public DBSeqTable(String tableName, DBDatabase db)
      Constructor
      Parameters:
      tableName - the table name
      db - the database object
  • Method Details