public final class SESSION_TYPE
extends java.lang.Object
CTSession.SetSessionType(int)
callModifier and Type | Field and Description |
---|---|
static int |
CTDB
Allocate a new session making full usage of c-treeDB session and database
dictionaries.
|
static int |
CTREE
Allocate a new session for logon only.
|
static int |
SQL
Allocate a new session for c-treeACE SQL processing.
|
Constructor and Description |
---|
SESSION_TYPE() |
public static final int CTDB
public static final int CTREE
public static final int SQL