public class ATTACH_MODE
extends java.lang.Object
CTSession.Attach(boolean) call| Modifier and Type | Field and Description |
|---|---|
static int |
CTREEID
Attach to a c-tree Plus session whose
instance id string is pointed by parameter source.
|
static int |
CURRENT
Attach to the current c-tree instance.
|
static int |
NONE
Do not attach
|
static int |
SESSION
Attach to a c-treeDB session whose session
handle is pointed by parameter source.
|
| Constructor and Description |
|---|
ATTACH_MODE() |
public static final int NONE
public static final int SESSION
public static final int CTREEID
public static final int CURRENT