P6Array | Description: JDBC Driver Extension implementing PreparedStatement. |
P6Base | |
P6CallableStatement | Description: JDBC Driver Extension implementing CallableStatement. |
P6Connection | Description: Wrapper class for Connection
$Author: cheechq $
$Revision: 1.4 $
$Date: 2003/06/03 19:20:25 $
$Id: P6Connection.java,v 1.4 2003/06/03 19:20:25 cheechq Exp $
$Log: P6Connection.java,v $
Revision 1.4 2003/06/03 19:20:25 cheechq
removed unused imports
Revision 1.3 2003/01/03 20:33:42 aarvesen
Added getJDBC() method to return the underlying jdbc object. |
P6ConnectionPoolDataSource | Support for PooledConnection interface requires
an aware DataSource to produce the PooledConnection
ojects. |
P6CoreFactory | Description: factory for getting real values. |
P6DatabaseMetaData | Description: JDBC Driver Extension implementing PreparedStatement. |
P6DataSource | $Author: aarvesen $
$Revision: 1.5 $
$Date: 2003/08/07 19:07:21 $
$Id: P6DataSource.java,v 1.5 2003/08/07 19:07:21 aarvesen Exp $
$Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6DataSource.java,v $
$Log: P6DataSource.java,v $
Revision 1.5 2003/08/07 19:07:21 aarvesen
moved the existing constructor to the top of the file
added a new constructor for wrapping a datasource on instantiation
Revision 1.4 2003/06/03 16:07:33 aarvesen
renamed setDataSourceName to setRealDataSource
Revision 1.3 2003/01/30 23:35:22 dlukeparker
Added support for the javax.sql operations for pooled connections. |
P6DataSourceFactory | Factory class for P6DataSource objects
|
P6DriverManagerDataSource | $Author: cheechq $
$Revision: 1.3 $
$Date: 2003/06/03 19:20:25 $
$Id: P6DriverManagerDataSource.java,v 1.3 2003/06/03 19:20:25 cheechq Exp $
$Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6DriverManagerDataSource.java,v $
$Log: P6DriverManagerDataSource.java,v $
Revision 1.3 2003/06/03 19:20:25 cheechq
removed unused imports
Revision 1.2 2003/01/03 21:17:34 aarvesen
use the new P6Util.forName
Revision 1.1 2002/12/20 00:30:21 aarvesen
Added a simple driver manager around the sucker mc
Revision 1.1 2002/12/19 23:51:45 aarvesen
Data Source implementation
|
P6DriverNotFoundError | |
P6PooledConnection |
Support for PooledConnection interface
$Log: P6PooledConnection.java,v $
Revision 1.4 2003/08/07 19:07:58 aarvesen
removed needless imports, collapsed the sql imports
Revision 1.3 2003/08/04 19:34:02 aarvesen
radically changed this class to simply wrap a pooledconnection rather than maintain its own kludgy connection pool
Revision 1.2 2003/06/03 19:20:25 cheechq
removed unused imports
Revision 1.1 2003/01/30 23:35:22 dlukeparker
Added support for the javax.sql operations for pooled connections. |
P6PreparedStatement | Description: JDBC Driver Extension implementing PreparedStatement. |
P6ResultSet | Description: JDBC Driver Extension implementing PreparedStatement. |
P6ResultSetMetaData | Description: JDBC Driver Extension implementing P6ResultSetMetaData
$Author: cheechq $
$Revision: 1.4 $
$Date: 2003/06/03 19:20:25 $
$Id: P6ResultSetMetaData.java,v 1.4 2003/06/03 19:20:25 cheechq Exp $
$Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6ResultSetMetaData.java,v $
$Log: P6ResultSetMetaData.java,v $
Revision 1.4 2003/06/03 19:20:25 cheechq
removed unused imports
Revision 1.3 2003/01/03 20:33:43 aarvesen
Added getJDBC() method to return the underlying jdbc object. |
P6SpyDriver | Description: Wrapper class for Driver
|
P6SpyDriver2 | Description: Wrapper class for Driver
|
P6SpyDriver3 | Description: Wrapper class for Driver
|
P6SpyDriverCore | Description: Wrapper class for Driver
$Author: cheechq $
$Revision: 1.15 $
$Date: 2003/06/03 19:20:26 $
$Id: P6SpyDriverCore.java,v 1.15 2003/06/03 19:20:26 cheechq Exp $
$Log: P6SpyDriverCore.java,v $
Revision 1.15 2003/06/03 19:20:26 cheechq
removed unused imports
Revision 1.14 2003/04/10 18:17:57 aarvesen
always check to see if there are drivers to dereg. |
P6Statement | Description: Wrapper class for Statement
$Author: aarvesen $
$Revision: 1.4 $
$Date: 2003/06/20 20:31:55 $
$Id: P6Statement.java,v 1.4 2003/06/20 20:31:55 aarvesen Exp $
$Log: P6Statement.java,v $
Revision 1.4 2003/06/20 20:31:55 aarvesen
fix for bug 161: null result sets
Revision 1.3 2003/01/03 20:33:43 aarvesen
Added getJDBC() method to return the underlying jdbc object. |
P6XAConnection |
$Author: aarvesen $
$Revision: 1.1 $
$Date: 2003/08/07 19:08:49 $
$Log: P6XAConnection.java,v $
Revision 1.1 2003/08/07 19:08:49 aarvesen
wrappers for XA datasources that work like the PooledConnections: you have to instantiate the real data source somehow, and then instantiate an a wrapper object with that datasource
|
P6XADataSource | $Author: aarvesen $
$Revision: 1.1 $
$Date: 2003/08/07 19:08:49 $
$Log: P6XADataSource.java,v $
Revision 1.1 2003/08/07 19:08:49 aarvesen
wrappers for XA datasources that work like the PooledConnections: you have to instantiate the real data source somehow, and then instantiate an a wrapper object with that datasource
|