gov.usda.gdpc.gramene
Class GrameneConnection

java.lang.Object
  extended bygov.usda.gdpc.AbstractDBConnection
      extended bygov.usda.gdpc.database.AbstractJDBCConnection
          extended bygov.usda.gdpc.panzea.PanzeaDBConnection
              extended bygov.usda.gdpc.gramene.GrameneConnection
All Implemented Interfaces:
DBConnection

public class GrameneConnection
extends PanzeaDBConnection

Author:
terryc

Field Summary
 
Fields inherited from class gov.usda.gdpc.database.AbstractJDBCConnection
myConnection, myDriver, myPassword, myUID, myURL
 
Fields inherited from class gov.usda.gdpc.AbstractDBConnection
myDataSource, myDescription
 
Constructor Summary
GrameneConnection()
           
GrameneConnection(java.lang.String dataSource, java.lang.String description, java.lang.String driver, java.lang.String url, java.lang.String uid, java.lang.String passwd)
          GrameneConnection Constructor.
 
Methods inherited from class gov.usda.gdpc.panzea.PanzeaDBConnection
getDistinctProperties, getEnvironmentExperimentGroup, getGenotypeExperimentGroup, getGenotypeGenericTable, getGenotypeGroup, getLocalityGroup, getLocusGroup, getPhenotypeGroup, getPhenotypeOntologyGroup, getPhenotypeOntologyGroupFromDB, getTaxonGroup
 
Methods inherited from class gov.usda.gdpc.database.AbstractJDBCConnection
close, equals, executeQuery, executeQueryNoScroll, getDriver, getInString, getInString, getInStringWithQuotes, getMultiInStringWithQuotes, getUID, getURL, isClosed, makeConnection
 
Methods inherited from class gov.usda.gdpc.AbstractDBConnection
getDataSource, getDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.usda.gdpc.DBConnection
getDataSource, getDescription
 

Constructor Detail

GrameneConnection

public GrameneConnection(java.lang.String dataSource,
                         java.lang.String description,
                         java.lang.String driver,
                         java.lang.String url,
                         java.lang.String uid,
                         java.lang.String passwd)
GrameneConnection Constructor.

Parameters:
dataSource - the data source of this connection
description - description of the connection
driver - the jdbc driver
url - a database url of the form jdbc:subprotocol:subname
uid - the database user on whose behalf the connection is being made
passwd - the user's password

GrameneConnection

public GrameneConnection()