dbXML API

Package com.dbxml.db.client.tools.command

Defines the standard dbXML Command Line behaviors.

See:
          Description

Class Summary
AccessControlList AccessControlList (ACCESS) lists the access control settings for the context Collection.
AddRole AddRole (ADDROLE) adds a new Role to the Database.
AddUser AddUser (ADDUSER) adds a new User to the Database.
Collection Collection (COL) changes the current context Collection.
CommandBase CommandBase is a simple base class implementation for the Commands in the command package.
Connect Connect (CONNECT) connects the Command Line to the Database.
ContentBase ContentBase is a base class for several content-related Commands.
ContentDrop ContentDrop (RM) removes content from the current context Collection.
ContentExport ContentExport (EXPORT) exports content from the current context Collection.
ContentImport ContentImport (IMPORT) imports content into the current context Collection.
ContentShow ContentShow (SHOW) displays content to the Command Line console.
CreateBase CreateBase is a base class for several creation-related Commands.
CreateCollection CreateCollection (MKCOL) creates a Collection under the current context Collection.
CreateExtension CreateExtension (MKEXT) registers an Extension with current context Collection.
CreateIndex CreateIndex (MKIDX) creates a new Index under the current context Collection.
CreateTrigger CreateTrigger (MKIDX) registers a Trigger under the current context Collection.
Disconnect Disconnect (DISCONNECT) disconnects the Command Line from the Database.
DropBase DropBase serves as a base class for several removal Commands.
DropCollection DropCollection (RMCOL) removes a Collection under the current context Collection.
DropExtension DropExtension (RMEXT) unregisters an Extensions under the current context Collection.
DropIndexer DropIndexer (RMIDX) removes an Index under the current context Collection.
DropTrigger DropTrigger (RMTRG) unregisters a Trigger under the current context Collection.
Exit Exit (EXIT) exits the Command Line console.
Grant Grant (GRANT) grants permissions to a specific Role for the current context Collection.
ListBase ListBase serves as a base class for several listing Commands.
ListCollections ListCollections (LSCOL) lists the Collections under the current context Collection.
ListContents ListContents (LS) lists the contents of the current context Collection.
ListExtensions ListExtensions (LSEXT) lists the Extensions registered to the current context Collection.
ListIndexers ListIndexers (LSIDX) lists the Indexes registered to the current context Collection.
ListRoles ListRoles (LSROLE) lists the Roles that are registered to the Database.
ListTriggers ListTriggers (LSTRG) lists the Triggers registered to the current context Collection.
ListUsers ListUsers (LSUSER) lists the Users that are registered to the Database.
PermissionsBase PermissionsBase serves as a base class for permission related Commands.
RemoveRole RemoveRole (RMROLE) removes a Role from the Database.
RemoveUser RemoveUser (RMUSER) removes a User from the Database.
Revoke Revoke (REVOKE) revokes permissions from a specific Role for the current context Collection.
Role Role (ROLE) provides several Role management functions.
Set Set (SET) sets and display Command Line variables.
Shutdown Shutdown (SHUTDOWN) instructs the Server to shut down.
SingletonBase SingletonBase is a simple base class for commands that take only one argument.
User User (USEr) provides several User management functions.
Version Version (VERSION) displays version information for the connected Server and Client library.
 

Package com.dbxml.db.client.tools.command Description

Defines the standard dbXML Command Line behaviors.


dbXML API

Copyright (c) 2004 The dbXML Group