Uses of Class
scriptella.spi.ConnectionParameters

Packages that use ConnectionParameters
scriptella.jdbc Scriptella JDBC Bridge. 
scriptella.spi Service Provider Interface classes. 
 

Uses of ConnectionParameters in scriptella.jdbc
 

Methods in scriptella.jdbc with parameters of type ConnectionParameters
 JdbcConnection GenericDriver.connect(ConnectionParameters params)
           
protected  JdbcConnection GenericDriver.connect(ConnectionParameters parameters, java.util.Properties props)
          Creates Scriptella JDBC connection.
protected  void JdbcConnection.init(ConnectionParameters parameters)
          Called in constructor
 

Constructors in scriptella.jdbc with parameters of type ConnectionParameters
JdbcConnection(java.sql.Connection con, ConnectionParameters parameters)
           
 

Uses of ConnectionParameters in scriptella.spi
 

Methods in scriptella.spi with parameters of type ConnectionParameters
 Connection ScriptellaDriver.connect(ConnectionParameters connectionParameters)
          Implementor should create a new connection based on specified parameters.
 

Constructors in scriptella.spi with parameters of type ConnectionParameters
AbstractConnection(ConnectionParameters parameters)
          Instantiates a connection with parameters.
AbstractConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters)
          Instantiates a connection with dialectIdentifier and connection parameters.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.