Package com.partnersoft.sql

SQL database support.

See:
          Description

Interface Summary
SqlDialect Interface for creating Sql flavor specific statements.
 

Class Summary
DatabaseApp Simple GUI SQL console with some convience instructions.
DatabaseConnection This class has been left in for backwards compatibility in scripts.
DatabaseConnectionConfig This class has been replaced with SqlDatabase and is only present for backwards compatibility.
DatabaseCopyTool A tool that attempts to make a copy of a database, potentially from one type of database to another.
DatabaseMigrationTool Copyright 2008 Partner Software, Inc.
DerbyDialect SqlDialect for Derby databases.
EmbeddedDatabase An embedded (no server process, local filesystem) SQL database.
GenericSqlDialect Generic SqlDialect.
HsqlDialect SqlDialect for Hypersonic databases.
MySqlDialect SqlDialect for MySql databases.
SqlColumn  
SqlConnection A connection to an SqlDatabase.
SqlConnectionKeepAlive A looping thread that keeps an SQL connection alive by doing a small operation every so often.
SqlDatabase Description and configuration for a database connection - driver, URL, user, password, etc.
SqlDataRecordInsertOrUpdateSink DataRecordSink for inserting or updating records to an SqlDatabase.
SqlDataRecordInsertSink DataRecordSink for inserting records into a Sql database.
SqlDataRecordSource A DataRecordSource derived from an SQL query.
SqlDataRecordUpdateSink DataRecordSink for updating existing records into a Sql database.
SqlDeleter Tool to simplify basic key-type deletions from an SqlTable.
SqlInserter Tool to simplify insertions into an SqlTable.
SqlLib SQL convenience methods.
SqlPreparedStatement A wrapper around java.sql.PreparedStatement that tracks the names of the values specified as ?, and allows you to set them using a Naming or CogHeader.
SqlPreparedStatementManager<T> Caches and manages SqlPreparedStatements using some unique key.
SqlScripter Runs a series of SQL commands against a database.
SqlTable A table in an SqlDatabase.
SqlUpdater Tool to simplify basic key-type updates to an SqlTable.
 

Enum Summary
SqlType Known (to Partner) database types.
 

Package com.partnersoft.sql Description

SQL database support.

This is a framework to simplify dealing with the JDBC database framework.

It is designed to replace the older com.partnersoft.io.sql package. It is not as yet complete.

Copyright 2007 Partner Software, Inc.

Version:
$Id: package-info.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis, Russell Cagle, Brad Gray