Uses of Class
edu.washington.cs.rfid.data.db.SimpleDBConnection

Packages that use SimpleDBConnection
edu.washington.cs.rfid.data.db   
 

Uses of SimpleDBConnection in edu.washington.cs.rfid.data.db
 

Subclasses of SimpleDBConnection in edu.washington.cs.rfid.data.db
 class SimplePostgresConnection
          Wrapper for JDBC, provides base functionality for creating and using a single connection.
 

Constructors in edu.washington.cs.rfid.data.db with parameters of type SimpleDBConnection
DeploymentDataConnection(SimpleDBConnection db)
          Creates a new DeploymentDataConnection using the given SimpleDBConnection.
TagDataConnection(SimpleDBConnection db)
          Creates a new TagDataConnection using the given SimpleDBConnection.