|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext | |
---|---|
org.axiondb | Core interfaces, identifiers, and exceptions. |
org.axiondb.engine | Core database machinery. |
org.axiondb.engine.commands | AxionCommand implementations. |
org.axiondb.functions | Function implementations. |
Uses of VariableContext in org.axiondb |
---|
Methods in org.axiondb with parameters of type VariableContext | |
---|---|
void |
Selectable.setVariableContext(VariableContext context)
|
void |
BaseSelectable.setVariableContext(VariableContext ctx)
|
void |
SequenceEvaluator.setVariableContext(VariableContext ctx)
|
Uses of VariableContext in org.axiondb.engine |
---|
Classes in org.axiondb.engine that implement VariableContext | |
---|---|
class |
SnapshotIsolationTransaction
A Transaction implementation that provides "snapshot isolation", which supports
TRANSACTION_SERIALIZABLE isolation without locking. |
Uses of VariableContext in org.axiondb.engine.commands |
---|
Methods in org.axiondb.engine.commands with parameters of type VariableContext | |
---|---|
void |
SubSelectCommand.setVariableContext(VariableContext context)
|
Uses of VariableContext in org.axiondb.functions |
---|
Methods in org.axiondb.functions with parameters of type VariableContext | |
---|---|
void |
BaseFunction.setVariableContext(VariableContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |