Uses of Interface
com.nuodb.jdbc.Connection
-
Packages that use Connection Package Description com.nuodb.jdbc -
-
Uses of Connection in com.nuodb.jdbc
Classes in com.nuodb.jdbc that implement Connection Modifier and Type Class Description classRemConnectionMethods in com.nuodb.jdbc that return Connection Modifier and Type Method Description ConnectionDriver. connect(String url, Properties properties)ConnectionDataSource. getConnection()Returns connection proxy using the default user and password specified in the initialization properties.ConnectionDataSource. getConnection(String user, String password)Returns connection proxy created using provided user and password.
-