DODS 7.2 API

com.lutris.appserver.server.sql
Class StandardDBConnectionFactory

java.lang.Object
  extended by com.lutris.appserver.server.sql.StandardDBConnectionFactory
All Implemented Interfaces:
AbstractDBConnectionFactory

public class StandardDBConnectionFactory
extends java.lang.Object
implements AbstractDBConnectionFactory


Constructor Summary
StandardDBConnectionFactory()
           
 
Method Summary
 DBConnection createConnection(ConnectionAllocator connectionAllocatorObj, java.lang.String url, java.lang.String user, java.lang.String password, int maxPreparedStatements, boolean logging, int generation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDBConnectionFactory

public StandardDBConnectionFactory()
Method Detail

createConnection

public DBConnection createConnection(ConnectionAllocator connectionAllocatorObj,
                                     java.lang.String url,
                                     java.lang.String user,
                                     java.lang.String password,
                                     int maxPreparedStatements,
                                     boolean logging,
                                     int generation)
                              throws java.sql.SQLException
Specified by:
createConnection in interface AbstractDBConnectionFactory
Throws:
java.sql.SQLException

DODS 7.2 API