Interface AccessFactoryGlobals
public interface AccessFactoryGlobals
Global constants provided by the Access Interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Overflow Threshold This defined how large the row can be before it becomes a long row, during an insert.static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
static final String
static final String
The name for system transactions.static final String
The name for user transactions.
-
Field Details
-
USER_TRANS_NAME
The name for user transactions. This name will be displayed by the transactiontable VTI.- See Also:
-
SYS_TRANS_NAME
The name for system transactions. This name will be displayed by the transactiontable VTI.- See Also:
-
BTREE_OVERFLOW_THRESHOLD
static final int BTREE_OVERFLOW_THRESHOLDOverflow Threshold This defined how large the row can be before it becomes a long row, during an insert.- See Also:
-
HEAP_OVERFLOW_THRESHOLD
static final int HEAP_OVERFLOW_THRESHOLD- See Also:
-
SORT_OVERFLOW_THRESHOLD
static final int SORT_OVERFLOW_THRESHOLD- See Also:
-
CFG_CONGLOMDIR_CACHE
- See Also:
-
HEAP
- See Also:
-
DEFAULT_PROPERTY_NAME
- See Also:
-
PAGE_RESERVED_SPACE_PROP
- See Also:
-
CONGLOM_PROP
- See Also:
-
IMPL_TYPE
- See Also:
-
SORT_EXTERNAL
- See Also:
-
SORT_INTERNAL
- See Also:
-
SORT_UNIQUEWITHDUPLICATENULLS_EXTERNAL
- See Also:
-
NESTED_READONLY_USER_TRANS
- See Also:
-
NESTED_UPDATE_USER_TRANS
- See Also:
-
RAMXACT_CONTEXT_ID
- See Also:
-
RAMXACT_CHILD_CONTEXT_ID
- See Also:
-
RAMXACT_INTERNAL_CONTEXT_ID
- See Also:
-