Description: JDBC Driver Extension implementing PreparedStatement.
Description: JDBC Driver Extension implementing CallableStatement.
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.
Support for PooledConnection interface requires
an aware DataSource to produce the PooledConnection
ojects.
Default no-arg constructor for Serialization
Description: factory for getting real values.
Description: JDBC Driver Extension implementing PreparedStatement.
$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.
Default no-arg constructor for Serialization
Factory class for P6DataSource objects
$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
p6factory exists to make extending the spy core easier when making
a new module.
Description: JDBC Driver Extension implementing CallableStatement.
Description: Wrapper class for Connection
$Author: cheechq $
$Revision: 1.6 $
$Date: 2003/06/03 19:20:22 $
$Id: P6LogConnection.java,v 1.6 2003/06/03 19:20:22 cheechq Exp $
$Log: P6LogConnection.java,v $
Revision 1.6 2003/06/03 19:20:22 cheechq
removed unused imports
Revision 1.5 2002/12/19 16:59:08 aarvesen
remove getTrace from the driver level
Revision 1.4 2002/12/19 16:30:50 aarvesen
Removed the checkReload call
Revision 1.3 2002/12/06 22:29:39 aarvesen
new factory registration in the constructor
Revision 1.2 2002/10/06 18:22:12 jeffgoke
no message
Revision 1.1 2002/05/24 07:31:45 jeffgoke
version 1 rewrite
Revision 1.7 2002/05/18 06:39:52 jeffgoke
Peter Laird added Outage detection.
Description: factory for getting real values.
Description: JDBC Driver Extension implementing PreparedStatement.
Description: Some Utility routines ...
Description: JDBC Driver Extension implementing PreparedStatement.
Description: Wrapper class for Statement
$Author: aarvesen $
$Revision: 1.5 $
$Date: 2002/12/19 17:00:50 $
$Id: P6LogStatement.java,v 1.5 2002/12/19 17:00:50 aarvesen Exp $
$Log: P6LogStatement.java,v $
Revision 1.5 2002/12/19 17:00:50 aarvesen
remove getTrace from the driver level
Revision 1.4 2002/12/19 16:32:05 aarvesen
Removed the checkReload call
Revision 1.3 2002/12/06 22:26:47 aarvesen
new factory registration in the constructor
Revision 1.2 2002/10/06 18:22:12 jeffgoke
no message
Revision 1.1 2002/05/24 07:31:45 jeffgoke
version 1 rewrite
Revision 1.8 2002/05/18 06:39:52 jeffgoke
Peter Laird added Outage detection.
Description: JDBC Driver Extension implementing CallableStatement.
Description: Wrapper class for Connection
$Author: cheechq $
$Revision: 1.6 $
$Date: 2003/06/03 19:20:23 $
$Id: P6OutageConnection.java,v 1.6 2003/06/03 19:20:23 cheechq Exp $
$Log: P6OutageConnection.java,v $
Revision 1.6 2003/06/03 19:20:23 cheechq
removed unused imports
Revision 1.5 2003/01/28 17:01:08 jeffgoke
rewrote options to the ability for a module to have its own option set
Revision 1.4 2002/12/19 16:29:03 aarvesen
Removed the checkReload call
Revision 1.3 2002/12/09 21:46:07 aarvesen
New constructor
jdk 1.4 changes
Revision 1.2 2002/10/06 18:22:48 jeffgoke
no message
Revision 1.1 2002/05/24 07:31:28 jeffgoke
version 1 rewrite
Revision 1.7 2002/05/18 06:39:52 jeffgoke
Peter Laird added Outage detection.
This class is a singleton.
Creates new P6OutageDetector
Description: factory for getting real values.
Description: JDBC Driver Extension implementing PreparedStatement.
Description: Wrapper class for Statement
$Author: cheechq $
$Revision: 1.6 $
$Date: 2003/06/03 19:20:24 $
$Id: P6OutageStatement.java,v 1.6 2003/06/03 19:20:24 cheechq Exp $
$Log: P6OutageStatement.java,v $
Revision 1.6 2003/06/03 19:20:24 cheechq
removed unused imports
Revision 1.5 2003/01/28 17:01:11 jeffgoke
rewrote options to the ability for a module to have its own option set
Revision 1.4 2002/12/19 16:30:06 aarvesen
Removed the checkReload call
Revision 1.3 2002/12/09 21:51:14 aarvesen
New constructor
jdk 1.4 changes
Revision 1.2 2002/10/06 18:22:48 jeffgoke
no message
Revision 1.1 2002/05/24 07:31:28 jeffgoke
version 1 rewrite
Revision 1.8 2002/05/18 06:39:52 jeffgoke
Peter Laird added Outage detection.
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.
Description: JDBC Driver Extension implementing PreparedStatement.
Description: JDBC Driver Extension implementing PreparedStatement.
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.
Description: Wrapper class for Driver
Description: Wrapper class for Driver
Description: Wrapper class for Driver
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.
this class contains a properties file and utility functions that
enable this property file to be set on any options class
Creates a new instance of P6SpyProperties
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.
Description: Utility classes
$Author: cheechq $
$Revision: 1.15 $
$Date: 2003/06/03 19:20:20 $
$Id: P6Util.java,v 1.15 2003/06/03 19:20:20 cheechq Exp $
$Log: P6Util.java,v $
Revision 1.15 2003/06/03 19:20:20 cheechq
removed unused imports
Revision 1.14 2003/04/15 02:49:09 cheechq
bug fix for jdk 1.2 support
Revision 1.13 2003/04/15 02:10:54 cheechq
jdk 1.2 support mod
Revision 1.12 2003/02/28 07:28:10 jeffgoke
added bug fix to enable jdk 1.2 support
Revision 1.11 2003/02/12 15:32:14 jeffgoke
Fixed bug where space in the realdriver name was causing the system to crash
Revision 1.10 2003/01/29 05:38:42 jeffgoke
added fix to not close reader if it is null
Revision 1.9 2003/01/28 17:00:58 jeffgoke
rewrote options to the ability for a module to have its own option set
Revision 1.8 2003/01/23 23:43:51 jeffgoke
try the thread and classloader system resources if we can't find the class loader
Revision 1.7 2003/01/23 01:40:45 jeffgoke
added code to try to use the classpath loader first, and if that fails, try our manual method
Revision 1.6 2003/01/15 22:09:41 aarvesen
Don't crap out if you can't find a context loader, press on
Revision 1.5 2003/01/10 21:39:43 jeffgoke
removed p6util.warn and moved warn handling to logging.
$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
$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
Default no-arg constructor for Serialization
derive "com.p6spy.package" from "com.p6spy.package.Foo"
Change "com.p6spy.package" into "com/p6spy/pacakge" or
"com\p6spy\package" or
"com:p6spy:package" or
whatever