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

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

public class TableConnectionDescriptor
extends Object


Constructor Summary
TableConnectionDescriptor(String connectionUrl, String tableName)
           
 
Method Summary
 void close()
           
 List<String> getColumns()
           
 Connection getConn()
           
 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

getConn

public Connection getConn()


Copyright © 2013. All Rights Reserved.