uba.db.jdbc
Class SocketConnectionFactory

java.lang.Object
  extended by uba.db.jdbc.SocketConnectionFactory
All Implemented Interfaces:
ConnectionFactory

public class SocketConnectionFactory
extends java.lang.Object
implements ConnectionFactory

Version:
$Revision: 1.1.1.1 $

Constructor Summary
SocketConnectionFactory()
           
 
Method Summary
 boolean canCreateConnectionTo(java.lang.String connectionURL)
           
 java.sql.Connection createConnection(java.lang.String url, java.util.Properties info)
           
 java.sql.DriverPropertyInfo[] getConnectionPropertiesInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketConnectionFactory

public SocketConnectionFactory()
Method Detail

canCreateConnectionTo

public boolean canCreateConnectionTo(java.lang.String connectionURL)
Specified by:
canCreateConnectionTo in interface ConnectionFactory

getConnectionPropertiesInformation

public java.sql.DriverPropertyInfo[] getConnectionPropertiesInformation()
Specified by:
getConnectionPropertiesInformation in interface ConnectionFactory

createConnection

public java.sql.Connection createConnection(java.lang.String url,
                                            java.util.Properties info)
Specified by:
createConnection in interface ConnectionFactory


Copyright © -2005 . All Rights Reserved.