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
 Boolean createFromXls()
           
 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
 
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

createFromXls

public Boolean createFromXls()
                      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


Copyright © 2013. All Rights Reserved.