org.gcube.data.spd.obisplugin
Class SearchSession
java.lang.Object
org.gcube.data.spd.obisplugin.SearchSession
public class SearchSession
- extends Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connection
protected Connection connection
taxonPreparedStatement
protected PreparedStatement taxonPreparedStatement
commonNamePreparedStatement
protected PreparedStatement commonNamePreparedStatement
datasetPreparedStatement
protected PreparedStatement datasetPreparedStatement
SearchSession
public SearchSession(Connection connection)
- Parameters:
connection -
getConnection
public Connection getConnection()
- Returns:
- the connection
getTaxonPreparedStatement
public PreparedStatement getTaxonPreparedStatement(int id)
throws SQLException
- Throws:
SQLException
getCommonNamePreparedStatement
public PreparedStatement getCommonNamePreparedStatement(int taxonNameId)
throws SQLException
- Throws:
SQLException
getDatasetPreparedStatement
public PreparedStatement getDatasetPreparedStatement(int id)
throws SQLException
- Throws:
SQLException
Copyright © 2012. All Rights Reserved.