This class is used to obtain a physical connection and instantiate and return
a MysqlPooledConnection. J2EE application servers map client calls to
dataSource.getConnection to this class based upon mapping set within
deployment descriptor. This class extends MysqlDataSource.
See Also:javax.sql.PooledConnection See Also:javax.sql.ConnectionPoolDataSource See Also: org.gjt.mm.mysql.MysqlDataSource author: Todd Wolff
This method is invoked by the container. Obtains physical connection
using mySql.Driver class and returns a mysqlPooledConnection object.
Parameters: s - user name Parameters: s1 - password exception: SQLException - if an error occurs a PooledConnection
Fields inherited from com.mysql.jdbc.jdbc2.optional.MysqlDataSource