org.eclipse.datatools.enablement.sqlite.connection
Class SQLITEJDBCConnectionFactory

java.lang.Object
  extended by org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnectionFactory
      extended by org.eclipse.datatools.connectivity.db.generic.JDBCConnectionFactory
          extended by org.eclipse.datatools.enablement.sqlite.connection.SQLITEJDBCConnectionFactory
All Implemented Interfaces:
IConnectionFactory

public class SQLITEJDBCConnectionFactory
extends JDBCConnectionFactory

Author:
brianf

Constructor Summary
SQLITEJDBCConnectionFactory()
           
 
Method Summary
 IConnection createConnection(IConnectionProfile profile)
          This method creates a connection to a server based on the properties specified by the connection profile.
 
Methods inherited from class org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnectionFactory
createConnection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLITEJDBCConnectionFactory

public SQLITEJDBCConnectionFactory()
Method Detail

createConnection

public IConnection createConnection(IConnectionProfile profile)
Description copied from interface: IConnectionFactory
This method creates a connection to a server based on the properties specified by the connection profile. This method uses the user id and password specified in the profile.

Specified by:
createConnection in interface IConnectionFactory
Overrides:
createConnection in class JDBCConnectionFactory
Parameters:
profile - the profile to connect to.
Returns:
a connection if successful