Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.commands |
AxionCommand implementations. |
org.axiondb.functions |
Function implementations. |
Modifier and Type | Method and Description |
---|---|
void |
SequenceEvaluator.setVariableContext(VariableContext ctx) |
void |
Selectable.setVariableContext(VariableContext context) |
void |
BaseSelectable.setVariableContext(VariableContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotIsolationTransaction
A
Transaction implementation that provides "snapshot isolation", which supports
TRANSACTION_SERIALIZABLE isolation without locking. |
Modifier and Type | Method and Description |
---|---|
void |
SubSelectCommand.setVariableContext(VariableContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BaseFunction.setVariableContext(VariableContext context) |