com.mungoknotwise.sqlcli
Interface Command

All Known Subinterfaces:
ResultSetExtractingCommand
All Known Implementing Classes:
DescribeCommand, SelectCommand, ShowTablesCommand

public interface Command

Marker interface defining a command.

Version:
$Id: Command.java,v 1.1 2004/07/28 23:21:26 mungoknotwise Exp $
Author:
Steven Caswell

Method Summary
 void execute()
          Executes this command.
 

Method Detail

execute

public void execute()
Executes this command.



Copyright © 2004 Steven Caswell. All Rights Reserved.