dbXML API

Uses of Interface
com.dbxml.db.client.tools.Command

Packages that use Command
com.dbxml.db.client.tools.command Defines the standard dbXML Command Line behaviors. 
 

Uses of Command in com.dbxml.db.client.tools.command
 

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


dbXML API

Copyright (c) 2004 The dbXML Group