| net.sf.hajdbc.sql.ResultSetInvocationHandler
ResultSetInvocationHandler | public class ResultSetInvocationHandler extends AbstractChildInvocationHandler (Code) | | author: Paul Ferraro< Parameters: D - > < Parameters: S - > |
Method Summary | |
protected void | close(S statement, ResultSet resultSet) | protected InvocationStrategy<D, ResultSet, ?> | getInvocationStrategy(ResultSet resultSet, Method method, Object[] parameters) | protected Invoker<D, ResultSet, ?> | getInvoker(ResultSet object, Method method, Object[] parameters) | public SortedMap<Database<D>, R> | handlePartialFailure(SortedMap<Database<D>, R> resultMap, SortedMap<Database<D>, Exception> exceptionMap) | protected void | postInvoke(ResultSet object, Method method, Object[] parameters) | protected void | record(Method method, Invoker<D, ResultSet, ?> invoker) | protected void | replay(Database<D> database, ResultSet resultSet) |
ResultSetInvocationHandler | protected ResultSetInvocationHandler(S statement, SQLProxy<D, S> proxy, Invoker<D, S, ResultSet> invoker, Map<Database<D>, ResultSet> resultSetMap, TransactionContext<D> transactionContext, FileSupport fileSupport) throws Exception(Code) | | Parameters: statement - the statement that created this result set Parameters: proxy - the invocation handler of the statement that created this result set Parameters: invoker - the invoker that was used to create this result set Parameters: resultSetMap - a map of database to underlying result set Parameters: transactionContext - Parameters: fileSupport - support for streams throws: Exception - |
|
|