org.gcube.data.fishfinder.tmplugin.dbconnection
Class FishFinderTable

java.lang.Object
  extended by org.gcube.data.fishfinder.tmplugin.dbconnection.FishFinderTable

public class FishFinderTable
extends Object

Author:
"Valentina Marioli valentina.marioli@isti.cnr.it"

Constructor Summary
FishFinderTable()
           
 
Method Summary
 Boolean create()
          Create a new table figis
 boolean createTabUpdates()
           
 ResultSet getAllRecords()
          get a result set by a scientific name
 FishFinderRecord getRecordByID(String id)
          get a result set by a scientific name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishFinderTable

public FishFinderTable()
Method Detail

create

public Boolean create()
Create a new table figis


getAllRecords

public ResultSet getAllRecords()
get a result set by a scientific name


getRecordByID

public FishFinderRecord getRecordByID(String id)
get a result set by a scientific name


createTabUpdates

public boolean createTabUpdates()
                         throws SQLException
Throws:
SQLException


Copyright © 2014. All Rights Reserved.