|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicOperation | |
---|---|
org.basex.query.up.primitives |
Uses of BasicOperation in org.basex.query.up.primitives |
---|
Subclasses of BasicOperation in org.basex.query.up.primitives | |
---|---|
class |
DBAdd
Add primitive. |
class |
DBCreate
Update primitive for the Function._DB_CREATE function. |
class |
DBDelete
Update primitive for the Function._DB_DELETE function. |
class |
DBDrop
Update primitive for the Function._DB_DROP function. |
class |
DBFlush
Update primitive for the Function._DB_FLUSH function. |
class |
DBNew
Update primitive for adding documents to databases. |
class |
DBOptimize
Update primitive for the optimize function. |
class |
DBRename
Update primitive for the Function._DB_RENAME function. |
class |
DBStore
Update primitive for the Function._DB_STORE function. |
class |
Put
Fn:put operation primitive. |
Methods in org.basex.query.up.primitives with parameters of type BasicOperation | |
---|---|
int |
BasicOperation.compareTo(BasicOperation o)
|
void |
DBStore.merge(BasicOperation o)
|
void |
DBDrop.merge(BasicOperation o)
|
void |
DBDelete.merge(BasicOperation o)
|
void |
DBFlush.merge(BasicOperation o)
|
void |
DBOptimize.merge(BasicOperation o)
|
void |
DBAdd.merge(BasicOperation o)
|
void |
Put.merge(BasicOperation o)
|
abstract void |
BasicOperation.merge(BasicOperation o)
Merges this operation with the given one. |
void |
DBCreate.merge(BasicOperation o)
|
void |
DBRename.merge(BasicOperation o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |