org.gcube.data.figis.tmplugin.dbconnection
Class FigisTable

java.lang.Object
  extended by org.gcube.data.figis.tmplugin.dbconnection.FigisTable

public class FigisTable
extends Object

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

Constructor Summary
FigisTable()
           
 
Method Summary
 Boolean create()
          Create a new table figis
 boolean createTabUpdates()
           
 ResultSet getAllRecords()
          get a result set by a scientific name
 FigisRecord 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

FigisTable

public FigisTable()
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 FigisRecord getRecordByID(String id)
get a result set by a scientific name


createTabUpdates

public boolean createTabUpdates()
                         throws SQLException
Throws:
SQLException


Copyright © 2013. All Rights Reserved.