Uses of Class
org.objectweb.cjdbc.driver.CjdbcUrl

Packages that use CjdbcUrl
org.objectweb.cjdbc.driver C-JDBC driver core. 
 

Uses of CjdbcUrl in org.objectweb.cjdbc.driver
 

Fields in org.objectweb.cjdbc.driver declared as CjdbcUrl
private  CjdbcUrl Connection.cjdbcUrl
          Parsed URL to the database.
 

Methods in org.objectweb.cjdbc.driver with parameters of type CjdbcUrl
private  void Connection.setUrlParametersOptionsOnConnection(CjdbcUrl cjdbcUrl)
          Set CjdbcUrl parameters options on connection.
protected  java.sql.Connection Driver.connectToController(java.util.Properties properties, CjdbcUrl cjdbcUrl, ControllerInfo controller)
          Connect to the given controller with the specified parameters.
 

Constructors in org.objectweb.cjdbc.driver with parameters of type CjdbcUrl
Connection(Driver driver, java.net.Socket socket, CJDBCInputStream in, CJDBCOutputStream out, CjdbcUrl cjdbcUrl, ControllerInfo controller, java.lang.String userName, java.lang.String password)
          Creates a new Connection instance.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.