org.gcube.data.harmonization.occurrence.model.db
Class TableConnectionDescriptor

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.model.db.TableConnectionDescriptor

public class TableConnectionDescriptor
extends Object


Constructor Summary
TableConnectionDescriptor(String connectionUrl, String tableName)
           
 
Method Summary
 void close()
           
 List<String> getColumns()
           
 String getJSON(PagedRequestSettings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableConnectionDescriptor

public TableConnectionDescriptor(String connectionUrl,
                                 String tableName)
                          throws SQLException
Throws:
SQLException
Method Detail

getJSON

public String getJSON(PagedRequestSettings settings)
               throws SQLException
Throws:
SQLException

getColumns

public List<String> getColumns()

close

public void close()
           throws SQLException
Throws:
SQLException


Copyright © 2012. All Rights Reserved.