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