Package com.darwinsys.sql

Interface Summary
Configuration  
ConfigurationManager The contract that an application/environment has to provide to SQLRunner to obtain JDBC Connections.
SQLRunnerErrorHandler  
 

Class Summary
ConnectionUtil Encapsulate the Connection-related operations that every JDBC program seems to use.
DefaultConfigurationManager  
ResultsDecorator Base class for a series of ResultSet printers.
ResultsDecoratorHTML Print ResultSet in HTML
ResultsDecoratorJTable Print ResultSet in HTML
ResultsDecoratorSQL Print an SQL ResultSet in SQL-import format.
ResultsDecoratorText Print a ResultSet in plain text.
ResultsDecoratorXML This guy's primary raison d'etre is to generate an XML output file for use in JUnit testing of the ResultsDecoratorSQL!
SimpleSQLConfiguration A SimpleSQLConfiguration is a POJO that represents the standard four JDBC paramaters as Strings, and has an optional name.
SQLRunner Class to run an SQL script, like psql(1), SQL*Plus, or similar programs.
SQLRunnerCLI CLI front-end for SQL Runner
SQLRunnerGUI A simple GUI to run one set of commands.
SQLUtils Miscellaneous utilities for dealing with SQL.
ValuePrompt Prompt for a value in a database.
 

Enum Summary
OutputMode The set of all valid modes.
 

Exception Summary
SyntaxException  
 



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.