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

Packages that use ACreate
org.basex.core.cmd Database commands. 
 

Uses of ACreate in org.basex.core.cmd
 

Subclasses of ACreate in org.basex.core.cmd
 class Add
          Evaluates the 'add' command and adds a document to a collection.
Note that the constructors of this class have changed with Version 7.0: the target path and file name have been merged and are now specified as first argument.
 class AlterDB
          Evaluates the 'alter database' command and renames a database.
 class CreateDB
          Evaluates the 'create db' command and creates a new database.
 class CreateIndex
          Evaluates the 'create db' command and creates a new index.
 class Delete
          Evaluates the 'delete' command and deletes resources from a database.
 class DropDB
          Evaluates the 'drop database' command and deletes a database.
 class DropIndex
          Evaluates the 'drop index' command and deletes indexes in the currently opened database.
 class Optimize
          Evaluates the 'optimize' command and optimizes the data structures of the currently opened database.
 class OptimizeAll
          Evaluates the 'optimize all' command and rebuilds all data structures of the currently opened database.
 class Rename
          Evaluates the 'rename' command and renames resources or directories in a collection.
 class Replace
          Evaluates the 'replace' command and replaces documents in a collection.
 class Retrieve
          Evaluates the 'retrieve' command and retrieves binary content.
 class Store
          Evaluates the 'store' command and stores binary content into the database.
 

Methods in org.basex.core.cmd with parameters of type ACreate
protected static void ACreate.create(IndexType index, Data data, ACreate cmd)
          Builds the specified index.