Uses of Interface
com.mungoknotwise.sqlcli.Command

Uses of Command in com.mungoknotwise.sqlcli
 

Subinterfaces of Command in com.mungoknotwise.sqlcli
 interface ResultSetExtractingCommand
          Defines operations for a command that handles the result set with a configurable extractor.
 

Classes in com.mungoknotwise.sqlcli that implement Command
 class DescribeCommand
          Provides logic for executing a command to describe a table, and to handle the results.
 class SelectCommand
          Performs a select command and handles the results.
 class ShowTablesCommand
          Performs a show tables command and handles the results.
 



Copyright © 2004 Steven Caswell. All Rights Reserved.