nups
Class DbFunctions

java.lang.Object
  |
  +--nups.DbFunctions

public class DbFunctions
extends java.lang.Object


Field Summary
(package private)  java.sql.Connection conn
           
(package private)  java.sql.ResultSet rs
           
(package private)  java.sql.Statement stmt
           
(package private)  boolean temp
           
 
Constructor Summary
DbFunctions()
           
 
Method Summary
 void addSample(int networkobject, java.sql.Timestamp time, int value)
           
 void getExperiments(NetworkObject myNetworkObject)
          retreives network objects from database
 void getNetworkObjects(Nups myNups)
          retreives network objects from database
 void getSamples(NetworkObject object)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conn

java.sql.Connection conn

stmt

java.sql.Statement stmt

rs

java.sql.ResultSet rs

temp

boolean temp
Constructor Detail

DbFunctions

public DbFunctions()
Method Detail

addSample

public void addSample(int networkobject,
                      java.sql.Timestamp time,
                      int value)

getNetworkObjects

public void getNetworkObjects(Nups myNups)
retreives network objects from database
Parameters:
myNups - nups object for wich to create networkobjects

getExperiments

public void getExperiments(NetworkObject myNetworkObject)
retreives network objects from database
Parameters:
myNups - nups object for wich to create networkobjects

getSamples

public void getSamples(NetworkObject object)