public interface ResultSetCollector
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
List<List<Object>> |
getRows() |
boolean |
methodReturned(ResultSetSpy resultSetSpy,
String methodCall,
Object returnValue,
Object targetObject,
Object... methodParams)
Expected to be called by a ResultSetSpy for all jdbc methods.
|
void |
preMethod(ResultSetSpy resultSetSpy,
String methodCall,
Object... methodParams)
Expected to be called by a ResultSetSpy for prior to the execution of all jdbc methods.
|
void |
reset()
Clear the result set so far.
|
boolean methodReturned(ResultSetSpy resultSetSpy, String methodCall, Object returnValue, Object targetObject, Object... methodParams)
void preMethod(ResultSetSpy resultSetSpy, String methodCall, Object... methodParams)
int getColumnCount()
String getColumnName(int column)
void reset()
Copyright © 2013 Bgee - Swiss Institute of Bioinformatics. All Rights Reserved.