Uses of Interface
avignon.handlers.database.DatabaseCommand

Packages that use DatabaseCommand
avignon.handlers.database   
 

Uses of DatabaseCommand in avignon.handlers.database
 

Classes in avignon.handlers.database that implement DatabaseCommand
 class DatabaseDeleteCommand
          A database command that can be used to delete the contents of a table.
 class DatabaseTableCommand
          Helper class that provides easy access to a table name for actual commands.
 class SQLStatementCommand
          Helper class for DatabaseCommand.
 

Methods in avignon.handlers.database with parameters of type DatabaseCommand
 void DatabaseConnection.addCommand(DatabaseCommand command)
          Queues a command to be executed.
 void DatabaseConnection.executeCommand(DatabaseCommand command)
          Adds the given command to the queue and executes all commandQueue in the queue.
 


SourceForge.net Logo