Package craftsman.spy

This package is the core of the Spy JDBC driver.

See:
          Description

Class Summary
SpyCallableStatement The classe used to execute SQL stored procedures.
SpyConnection This classe represents the JDBC connection to the database.
SpyDriver This classe is the implementation of the JDBC driver in order to log any JDBC action.
SpyEntity This classe is the base of the Spy JDBC implementation.
SpyPreparedStatement The classe used to represent a precompiled SQL statement.
SpyResultSet A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
SpyStatement This classe is used for executing a static SQL statement and returning the results it produces.
 

Package craftsman.spy Description

This package is the core of the Spy JDBC driver.

This package provides a JDBC driver which can log any JDBC action in any application without code modification.