| isql.Command
All known Subclasses: isql.commands.BookmarkCommand, isql.commands.SetCommand, isql.commands.ReadCommand, isql.commands.InvokeCommand, isql.commands.ScriptCommand, isql.commands.CacheCommand, isql.commands.SQLCommand, isql.commands.MiscCommand, isql.commands.MetadataCommand, isql.commands.RefreshCommand, isql.commands.SaveCommand, isql.commands.BindCommand, isql.commands.ReflectCommand, isql.commands.BatchCommand, isql.commands.AbbrCommand,
Command | public interface Command (Code) | | |
execute | public void execute(SQLForm _form, String command, String line)(Code) | | execute the command.
Parameters: _form - form object containing connection Parameters: command - the word that resulted in this being called Parameters: line - the full line, this includes the command |
getCommandList | public String[] getCommandList()(Code) | | Returns the strings (first word of user command) that this command handles.
Most commands handle only one string. The dml commands can take
multiple.
|
getUsage | public String getUsage(String command)(Code) | | returns a help string that can be used in displaying
error/usage.
|
|
|