Class OPS_MODE

Object
OPS_MODE

public class OPS_MODE extends Object
Operation mode used on a CTBase.SetOperation(int, int) call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Automatic ISAM transactions.
    static final int
    Auto commit on swap occurred.
    static final int
    Change all FIELD_TYPE.VARCHAR fields having a non-zero field length in the fixed length portion of the record buffer to FIELD_TYPE.CHARS fields.
    static final int
    Defer file closes or deletes during transactions.
    static final int
    Set sysiocod on disk reads and writes.
    static final int
    Toggle function monitor.
    static final int
    Keep locks involved in automatic transactions on record adds and updates after commit.
    static final int
    Toggle lock monitor.
    static final int
    Blocking lock on next fetch only.
    static final int
    Lock next fetch only.
    static final int
    Memory swapping active.
    static final int
    Don’t continue if mirror or primary fails.
    static final int
    A primary or mirror has been shutdown.
    static final int
    Enable automatic, low level, blocking read locks on each record access that does not already have a lock.
    static final int
    Changes GetSerialNbr() operation.
    static final int
    Toggle memory track monitor.
    static final int
    Automatic unlock on add.
    static final int
    Automatic unlock on rewrite.
    static final int
    Automatic unlock on add or rewrite
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • READLOCK

      public static final int READLOCK
      Enable automatic, low level, blocking read locks on each record access that does not already have a lock.
      See Also:
    • LOCKON_GET

      public static final int LOCKON_GET
      Lock next fetch only.
      See Also:
    • UNLOCK_ADD

      public static final int UNLOCK_ADD
      Automatic unlock on add.
      See Also:
    • UNLOCK_RWT

      public static final int UNLOCK_RWT
      Automatic unlock on rewrite.
      See Also:
    • UNLOCK_UPD

      public static final int UNLOCK_UPD
      Automatic unlock on add or rewrite
      See Also:
    • LOCKON_BLK

      public static final int LOCKON_BLK
      Blocking lock on next fetch only.
      See Also:
    • FUNCTION_MON

      public static final int FUNCTION_MON
      Toggle function monitor. (Server)
      See Also:
    • LOCK_MON

      public static final int LOCK_MON
      Toggle lock monitor. (Server)
      See Also:
    • TRACK_MON

      public static final int TRACK_MON
      Toggle memory track monitor. (Server)
      See Also:
    • MIRROR_NOSWITCH

      public static final int MIRROR_NOSWITCH
      Don’t continue if mirror or primary fails. (Server)
      See Also:
    • MIRROR_TRM

      public static final int MIRROR_TRM
      A primary or mirror has been shutdown.
      See Also:
    • MEMORY_SWP

      public static final int MEMORY_SWP
      Memory swapping active.
      See Also:
    • AUTOISAM_TRN

      public static final int AUTOISAM_TRN
      Automatic ISAM transactions.
      See Also:
    • KEEPLOK_TRN

      public static final int KEEPLOK_TRN
      Keep locks involved in automatic transactions on record adds and updates after commit.
      See Also:
    • COMMIT_SWP

      public static final int COMMIT_SWP
      Auto commit on swap occurred.
      See Also:
    • SERIAL_UPD

      public static final int SERIAL_UPD
      Changes GetSerialNbr() operation.
      See Also:
    • DEFER_CLOSE

      public static final int DEFER_CLOSE
      Defer file closes or deletes during transactions.
      See Also:
    • CONV_STRING

      public static final int CONV_STRING
      Change all FIELD_TYPE.VARCHAR fields having a non-zero field length in the fixed length portion of the record buffer to FIELD_TYPE.CHARS fields. (Client)
      See Also:
    • DISK_IO

      public static final int DISK_IO
      Set sysiocod on disk reads and writes.
      See Also:
  • Constructor Details

    • OPS_MODE

      public OPS_MODE()