2.17.2: 2011-06-17

net.sf.basedb.core
Class QueryExecutor.FutureUpdate

java.lang.Object
  extended by net.sf.basedb.core.QueryExecutor.FutureUpdate
All Implemented Interfaces:
Callable<Integer>
Enclosing class:
QueryExecutor

static class QueryExecutor.FutureUpdate
extends Object
implements Callable<Integer>

A callable implementation the calls PreparedStatement.executeUpdate()


Field Summary
private  PreparedStatement ps
           
 
Constructor Summary
QueryExecutor.FutureUpdate(PreparedStatement ps)
           
 
Method Summary
 Integer call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ps

private PreparedStatement ps
Constructor Detail

QueryExecutor.FutureUpdate

QueryExecutor.FutureUpdate(PreparedStatement ps)
Method Detail

call

public Integer call()
             throws SQLException
Specified by:
call in interface Callable<Integer>
Throws:
SQLException

2.17.2: 2011-06-17