ajax.wrappers.jdbc
Class JdbcConnection

java.lang.Object
  |
  +--ajax.wrappers.jdbc.JdbcConnection

public class JdbcConnection
extends java.lang.Object

This class allows to connect to database with ajax parameters.

See Also:
Parameters

Method Summary
 java.sql.Connection getConnection()
           
static JdbcConnection getJdbcConnection()
          Returns the unique instance of this class
static void resetJdbcConnection()
          Returns the unique instance of this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJdbcConnection

public static JdbcConnection getJdbcConnection()
                                        throws java.sql.SQLException
Returns the unique instance of this class
Returns:
class instance

resetJdbcConnection

public static void resetJdbcConnection()
Returns the unique instance of this class
Returns:
class instance

getConnection

public java.sql.Connection getConnection()