Package com.cometway.jdbc

This package contains agents for working with the JDBC API.

See:
          Description

Class Summary
JDBCAgent The JDBCAgent manages a JDBC connection and performs simple database tasks such as creating and dropping tables, and executing queries, inserts and updates.
JDBCConnection This class implements a pool-able JDBCConnection.
JDBCConnectionDriver The JDBCConnectionDriver class provides access to pooled JDBCConnections.
JDBCConnectionPool The JDBCConnectionPool manages pooled JDBCConnnections for the JDBCConnectionDriver.
JDBCCreateTableAgent Creates a new table using the specified table name, and field properties.
JDBCDropTableAgent Drops the specified SQL table.
JDBCExecutive This agent executes SQL the command specified by sql_statement through a JDBC interface.
JDBCExportAgent This agent exports the specified fields from a PropsList to the specified field and field types in a SQL table through a JDBC connection to the database.
JDBCObjectManager This is the JDBC implementation of IObjectManager.
JDBCPropsContainer  
JDBCServiceAgent The JDBCAgent is a service that manages JDBC connections using the JDBC driver and URL specified in the properties.
JDBCToXMLAgent This agent uses the JDBCAgent to access a relational database and output data from specified tables in XML format.
ObjectWriterThread  
PooledJDBCAgent  
 

Package com.cometway.jdbc Description

This package contains agents for working with the JDBC API. JDBCAgent simplifies using JDBC and SQL by providing interfaces that work using Props. The JDBCToXMLAgent is useful for dumping the contents of database tables to a generic XML format.