dbXML API

Uses of Class
com.dbxml.db.client.tools.command.SingletonBase

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

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

Subclasses of SingletonBase in com.dbxml.db.client.tools.command
 class AddRole
          AddRole (ADDROLE) adds a new Role to the Database.
 class AddUser
          AddUser (ADDUSER) adds a new User to 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 RemoveRole
          RemoveRole (RMROLE) removes a Role from the Database.
 class RemoveUser
          RemoveUser (RMUSER) removes a User from the Database.
 


dbXML API

Copyright (c) 2004 The dbXML Group