Uses of Package
org.basex.core.cmd

Packages that use org.basex.core.cmd
Package
Description
Database commands.
  • Class
    Description
    Abstract class for database updates.
    Abstract class for database queries.
    Evaluates the 'copy' command and creates a copy of a database.
    Evaluates the 'backup' command and creates a backup of a database.
    Evaluates the 'execute' command and runs a command script.
    Evaluates the 'export' command and saves the currently opened database to disk.
    Evaluates the 'optimize' command and optimizes the data structures of the currently opened database.
    Evaluates the 'optimize all' command and rebuilds all data structures of the currently opened database.
    Evaluates the 'restore' command and restores a backup of a database.
    Evaluates the 'xquery' command and processes an XQuery request.