|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
org.objectweb.cjdbc.driver | C-JDBC driver core. |
Uses of AuthenticationException in org.objectweb.cjdbc.driver |
Methods in org.objectweb.cjdbc.driver that throw AuthenticationException | |
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 that throw AuthenticationException | |
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 |