org.gcube.data.spd.asfis.dbconnection
Class AsfisTable

java.lang.Object
  extended by org.gcube.data.spd.asfis.dbconnection.AsfisTable

public class AsfisTable
extends Object

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

Constructor Summary
AsfisTable()
           
 
Method Summary
 void addFamilies()
           
 void addOrders()
           
 Boolean createDb()
           
 boolean createTabUpdates()
           
 ResultSet getAllRecords()
          get a result set by a scientific name
 int[] getDimensions()
          Get max table field dimension
 AsfisRecord getRecordByID(String id)
          get a result set by a scientific name
 void updateParentSpecies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsfisTable

public AsfisTable()
Method Detail

createDb

public Boolean createDb()
                 throws SQLException
Throws:
SQLException

getDimensions

public int[] getDimensions()
                    throws SQLException,
                           IOException
Get max table field dimension

Throws:
SQLException
IOException

getAllRecords

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


getRecordByID

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


createTabUpdates

public boolean createTabUpdates()
                         throws SQLException
Throws:
SQLException

addOrders

public void addOrders()

addFamilies

public void addFamilies()

updateParentSpecies

public void updateParentSpecies()


Copyright © 2014. All Rights Reserved.