net.sf.basedb.core
Class QueryExecutor.FutureUpdate
java.lang.Object
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()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ps
private PreparedStatement ps
QueryExecutor.FutureUpdate
QueryExecutor.FutureUpdate(PreparedStatement ps)
call
public Integer call()
throws SQLException
- Specified by:
call
in interface Callable<Integer>
- Throws:
SQLException