Package | Description |
---|---|
org.basex.core.cmd |
Database commands.
|
Modifier and Type | Class and Description |
---|---|
class |
Add
Evaluates the 'add' command and adds a document to a collection.
|
class |
AlterDB
Evaluates the 'alter database' command and renames a database.
|
class |
CreateDB
Evaluates the 'create db' command and creates a new database.
|
class |
CreateIndex
Evaluates the 'create db' command and creates a new index.
|
class |
Delete
Evaluates the 'delete' command and deletes resources from a database.
|
class |
DropDB
Evaluates the 'drop database' command and deletes a database.
|
class |
DropIndex
Evaluates the 'drop index' command and deletes indexes in the currently
opened database.
|
class |
Optimize
Evaluates the 'optimize' command and optimizes the data structures of
the currently opened database.
|
class |
OptimizeAll
Evaluates the 'optimize all' command and rebuilds all data structures of
the currently opened database.
|
class |
Rename
Evaluates the 'rename' command and renames resources or directories
in a collection.
|
class |
Replace
Evaluates the 'replace' command and replaces documents in a collection.
|
class |
Retrieve
Evaluates the 'retrieve' command and retrieves binary content.
|
class |
Store
Evaluates the 'store' command and stores binary content into the database.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.