com.finalist.tools.statementExecutorUtils
Class ConnectionManager

java.lang.Object
  extended bycom.finalist.tools.statementExecutorUtils.ConnectionManager
All Implemented Interfaces:
java.io.Serializable

public class ConnectionManager
extends java.lang.Object
implements java.io.Serializable

This class connects to the database Replace this class by a class which uses a Datasource!!!!!!!!!!! *

Version:
$Revision: 1.1 $, $Date: 2004/03/01 19:53:50 $
Author:
Rudie Ekkelenkamp
See Also:
Serialized Form

Constructor Summary
ConnectionManager()
           
 
Method Summary
static java.sql.Connection connect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManager

public ConnectionManager()
Method Detail

connect

public static java.sql.Connection connect()
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2003-2004 SourceForge. All Rights Reserved.