Class ATTACH_MODE

Object
ATTACH_MODE

public class ATTACH_MODE extends Object
Attach mode to be used on a CTSession.Attach(boolean) call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Attach to a c-tree Plus session whose instance id string is pointed by parameter source.
    static final int
    Attach to the current c-tree instance.
    static final int
    Do not attach
    static final int
    Attach to a c-treeDB session whose session handle is pointed by parameter source.
  • 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

    • NONE

      public static final int NONE
      Do not attach
      See Also:
    • SESSION

      public static final int SESSION
      Attach to a c-treeDB session whose session handle is pointed by parameter source.
      See Also:
    • CTREEID

      public static final int CTREEID
      Attach to a c-tree Plus session whose instance id string is pointed by parameter source.
      See Also:
    • CURRENT

      public static final int CURRENT
      Attach to the current c-tree instance. Contents of parameter source is ignored, as the c-tree instance id is obtained by calling WCHCTREE() function.
      See Also:
  • Constructor Details

    • ATTACH_MODE

      public ATTACH_MODE()