Package | Description |
---|---|
org.basex.core.cmd |
Database commands.
|
Class and Description |
---|
ACreate
Abstract class for database creation commands.
|
AQuery
Abstract class for database queries.
|
Copy
Evaluates the 'copy' command and creates a copy of a database.
|
CreateBackup
Evaluates the 'backup' command and creates a backup of a database.
|
Execute
Evaluates the 'execute' command and runs a command script.
|
Export
Evaluates the 'export' command and saves the currently opened database
to disk.
|
Optimize
Evaluates the 'optimize' command and optimizes the data structures of
the currently opened database.
|
OptimizeAll
Evaluates the 'optimize all' command and rebuilds all data structures of
the currently opened database.
|
Restore
Evaluates the 'restore' command and restores a backup of a database.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.