org.gcube.vremanagement.softwarerepository.db
Interface SQLDBManager.BaseConsumer
- Enclosing class:
- SQLDBManager
public static interface SQLDBManager.BaseConsumer
Describe the Consumer of ResultSet returned quering the db
- Author:
- Luca Frosini (ISTI-CNR)
Method Summary |
void |
consume(java.sql.ResultSet resultset)
|
consume
void consume(java.sql.ResultSet resultset)
throws java.lang.Exception
- Parameters:
resultset
- the ResultSet to consume
- Throws:
java.lang.Exception
- if the Consuming of the ResultSet fails