Class Summary |
BasicPrintStreamed |
A basic implementation of the PrintStreamed interface. |
DescribeCommand |
Provides logic for executing a command to describe a table, and to handle
the results. |
PrintStreamedDescribeResultSetExtractor |
An implementation of the ResultSetExtractor that writes the results
of a describe command to the provided print streams. |
PrintStreamedExceptionHandler |
Implementation of ExceptionHandler that writes exception details
to the object's print streams. |
PrintStreamedResultSetExtractor |
Implementation of ResultSetExtractor that writes the result set to
the object's print streams. |
PrintStreamedShowTablesResultSetExtractor |
Implemention of ResultSetExtractor that writes the results of a
show tables command to the object's print streams. |
PrintStreamedUpdateRowcountHandler |
Implementation of UpdateRowcountHandler that writes the rowcount
to the object's print streams. |
SelectCommand |
Performs a select command and handles the results. |
ShowTablesCommand |
Performs a show tables command and handles the results. |
SqlCli |
Main program for the SqlCli command line interface. |
UpdateCommand |
Performs a non-SELECT SQL command and handles the resulting rowcount. |