uba.db.jdbc
Interface ConnectionFactory

All Known Implementing Classes:
SocketConnectionFactory

public interface ConnectionFactory

Version:
$Revision: 1.1.1.1 $

Method Summary
 boolean canCreateConnectionTo(java.lang.String connectionURL)
           
 java.sql.Connection createConnection(java.lang.String url, java.util.Properties info)
           
 java.sql.DriverPropertyInfo[] getConnectionPropertiesInformation()
           
 

Method Detail

canCreateConnectionTo

boolean canCreateConnectionTo(java.lang.String connectionURL)

getConnectionPropertiesInformation

java.sql.DriverPropertyInfo[] getConnectionPropertiesInformation()

createConnection

java.sql.Connection createConnection(java.lang.String url,
                                     java.util.Properties info)


Copyright © -2005 . All Rights Reserved.