henplus.commands |
|
Java Source File Name | Type | Comment |
AboutCommand.java | Class | document me. |
AliasCommand.java | Class | A Command that handles Aliases. |
CommandTokenizer.java | Class | Utility class to split Commands into tokens. |
ConnectCommand.java | Class | document me. |
DescribeCommand.java | Class | document me. |
DriverCommand.java | Class | document me. |
DumpCommand.java | Class | Dump out and read that dump of a table; database-independently.
This reads directly from the stream, so only needs not much
memory, no matter the size of the file.
---------------------------
(tabledump 'student'
(dump-version 1 1)
(henplus-version 0.3.3)
(database-info 'MySQL - 3.23.47')
(meta ('name', 'sex', 'student_id')
('STRING', 'STRING', 'INTEGER' ))
(data ('Megan','F',1)
('Joseph','M',2)
('Kyle','M',3)
('Mac Donald\'s','M',44))
(rows 4))
---------------------------
QUICK AND DIRTY HACK .. |
EchoCommand.java | Class | document me. |
ExitCommand.java | Class | document me. |
ExportCommand.java | Class | document me. |
FileCompletionIterator.java | Class | fixme. |
HelpCommand.java | Class | document me. |
ImportCommand.java | Class | document me. |
KeyBindCommand.java | Class | Command to bind function keys to commands. |
ListUserObjectsCommand.java | Class | FIXME: use SQLMetaData stuff instead. |
LoadCommand.java | Class | The Load command loads scripts; it implemnts the
commands 'load', 'start', '@' and '@@'. |
LongRunningTimeDisplay.java | Class | After arming, this runnable will display the current time
after some timeout. |
PluginCommand.java | Class | A Command that handles Plugins. |
ResultSetRenderer.java | Class | document me. |
SetCommand.java | Class | document me. |
ShellCommand.java | Class | This command executes stuff on the shell. |
SpoolCommand.java | Class | prepared .. |
SQLCommand.java | Class | document me. |
StatementCanceller.java | Class | A thread to be used to cancel a statement running
in another thread. |
StatusCommand.java | Class | document me. |
SystemInfoCommand.java | Class | |
TimeRenderer.java | Class | document me. |
TreeCommand.java | Class | creates a dependency graph. |