safejdbc
Class SimpleConProvider

java.lang.Object
  |
  +--safejdbc.SimpleConProvider
All Implemented Interfaces:
ConnectionProvider

Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.

public class SimpleConProvider
extends java.lang.Object
implements ConnectionProvider


Constructor Summary
SimpleConProvider(java.lang.String url, java.util.Properties info, java.lang.String drivername)
          Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.
SimpleConProvider(java.lang.String user, java.lang.String password, java.lang.String url, java.lang.String drivername)
          Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.
 
Method Summary
 java.sql.Connection getConnection()
          Deprecated. This method is called to actually give the connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConProvider

public SimpleConProvider(java.lang.String user,
                         java.lang.String password,
                         java.lang.String url,
                         java.lang.String drivername)
                  throws java.lang.Exception
Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.


SimpleConProvider

public SimpleConProvider(java.lang.String url,
                         java.util.Properties info,
                         java.lang.String drivername)
                  throws java.lang.Exception
Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.

Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.

Description copied from interface: ConnectionProvider
This method is called to actually give the connection
Specified by:
getConnection in interface ConnectionProvider


Copyright (c) 2001, 2002 by Jan Hermanns and Arno Haase. All Rights Reserved.