Package org.basex.core.proc

This package contains the implementations of all database commands.

See:
          Description

Class Summary
Add Evaluates the 'add' command and adds a single document to a collection.
AInfo Abstract class for database info.
AlterUser Evaluates the 'alter user' command and alters the password of a user.
Check Evaluates the 'open' command and opens a database.
Close Evaluates the 'close' command and closes the current database.
CreateColl Evaluates the 'create coll' command and creates a new collection.
CreateDB Evaluates the 'create db' command and creates a new database.
CreateFS Evaluates the 'create fs' command and creates a new filesystem mapping from an existing file hierarchy.
CreateIndex Evaluates the 'create db' command and creates a new index.
CreateMAB Evaluates the 'create mab' command and creates a new database.
CreateUser Evaluates the 'create user' command and creates a new user.
Cs Evaluates the 'cs' command and sets a new initial context set.
Delete Evaluates the 'delete' command and deletes a document from a collection.
DropDB Evaluates the 'drop database' command and deletes a database.
DropIndex Evaluates the 'drop index' command and deletes indexes in the currently opened database.
DropUser Evaluates the 'drop user' command and drops a user.
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.
Grant Evaluates the 'grant' command and grants permissions to users.
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.
Kill Evaluates the 'kill' command and stops user sessions.
List Evaluates the 'list' command and shows all available databases.
Mount Evaluates the 'mount' command and mounts a DeepFS database as FUSE.
Open Evaluates the 'open' command and opens a database.
Optimize Evaluates the 'optimize' command and optimizes the data structures of the currently opened database.
Password Evaluates the 'password' command and alters the user's password.
Run Evaluates the 'run' command and processes a query file as XQuery.
Set Evaluates the 'set' command and modifies database properties.
ShowDatabases Evaluates the 'show databases' command and shows opened databases.
ShowSessions Evaluates the 'show sessions' command and shows server sessions.
ShowUsers Evaluates the 'show users' command and shows existing users.
XQuery Evaluates the 'xquery' command and processes an XQuery request.
 

Package org.basex.core.proc Description

This package contains the implementations of all database commands.