|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |