Uses of Class
org.basex.core.cmd.ACreate

Packages that use ACreate
Package
Description
Database commands.
  • Uses of ACreate in org.basex.core.cmd

    Subclasses of ACreate in org.basex.core.cmd
    Modifier and Type
    Class
    Description
    final class 
    Evaluates the 'add' command and adds a document to a collection.
    final class 
    Evaluates the 'alter database' command and renames a database.
    final class 
    Evaluates the 'create db' command and creates a new database.
    final class 
    Evaluates the 'create db' command and creates a new index.
    final class 
    Evaluates the 'delete' command and deletes resources from a database.
    final class 
    Evaluates the 'drop database' command and deletes a database.
    final class 
    Evaluates the 'drop index' command and deletes indexes in the currently opened database.
    final class 
    Evaluates the 'optimize' command and optimizes the data structures of the currently opened database.
    final class 
    Evaluates the 'optimize all' command and rebuilds all data structures of the currently opened database.
    final class 
    Evaluates the 'rename' command and renames resources or directories in a collection.
    final class 
    Evaluates the 'replace' command and replaces documents in a collection.
    final class 
    Evaluates the 'retrieve' command and retrieves binary content.
    final class 
    Evaluates the 'store' command and stores binary content into the database.