Package org.basex.core.proc

This package contains the command implementations.

See:
          Description

Class Summary
Close Evaluates the 'close' command and closes the current database.
Copy Evaluates the 'copy' command and copies nodes in the database.
CreateDB Evaluates the 'create db' command and creates a new database.
CreateFS Evaluates the 'create fs' command and creates a new filesystem mapping.
CreateIndex Evaluates the 'create db' command and creates a new index.
CreateMAB Evaluates the 'create mab' command and creates a new database.
Cs Evaluates the 'cs' command and sets a new initial context set.
Delete Evaluates the 'delete' command and deletes nodes in the database.
DropDB Evaluates the 'drop database' command and deletes a database.
DropIndex Evaluates the 'drop index' command and deletes indexes in the currently opened database.
Exit Evaluates the 'exit' command and quits the console.
Export Evaluates the 'export' command and saves the currently opened database to disk.
Find Evaluates the 'find' command and processes a simplified request as XQuery.
Help Evaluates the 'help' command and returns help on the database commands.
Info Evaluates the 'info' command and returns general database information.
InfoDB Evaluates the 'info database' command and returns information on the currently opened database.
InfoIndex Evaluates the 'info index' command and returns information on the indexes of the currently opened database.
InfoTable Evaluates the 'info table' command and returns the table representation of the currently opened database.
Insert Evaluates the 'insert' command and inserts nodes into the database.
IntInfo Internal command, returning process info.
IntOutput Internal command, returning process output.
IntPrompt Internal command, returning a console prompt.
IntStop Internal command, stopping the server.
List Evaluates the 'list' command and shows all available databases.
Open Evaluates the 'open' command and opens a database.
Optimize Evaluates the 'optimize' command and optimizes the data structures of the currently opened database.
Run Evaluates the 'run' command and processes a query file as XQuery.
Set Evaluates the 'set' command and modifies database properties.
Update Evaluates the 'update' command and update nodes in the database.
XQuery Evaluates the 'xquery' command and processes an XQuery request.
XQueryMV Evaluates the 'xquerymv' command and processes an XQuery request for MedioVis queries.
 

Package org.basex.core.proc Description

This package contains the command implementations.