Uses of Class
net.xoetrope.optional.data.sql.ConnectionObject

Packages that use ConnectionObject
net.xoetrope.optional.data.sql   
 

Uses of ConnectionObject in net.xoetrope.optional.data.sql
 

Subclasses of ConnectionObject in net.xoetrope.optional.data.sql
 class NamedConnectionObject
          A data connection associated with a named set of connection parameters Copyright: Copyright (c) 2003
License: see license.txt $Revision: 2.3 $ License: see license.txt
 

Methods in net.xoetrope.optional.data.sql that return ConnectionObject
 ConnectionObject DataConnection.borrowConnection()
          Borrow the connection object
 ConnectionObject NamedConnectionManager.getConnection(java.lang.String connectionName)
          Gets a connection.
 ConnectionObject ConnectionManager.getConnection(java.lang.String connName)
          Gets a connection.