Package net.sf.basedb.core
Class QueryExecutor.FutureUpdate
- java.lang.Object
-
- net.sf.basedb.core.QueryExecutor.FutureUpdate
-
- Enclosing class:
- QueryExecutor
static class QueryExecutor.FutureUpdate extends Object implements Callable<Integer>
A callable implementation the callsPreparedStatement.executeUpdate()
-
-
Field Summary
Fields Modifier and Type Field Description private PreparedStatement
ps
-
Constructor Summary
Constructors Constructor Description FutureUpdate(PreparedStatement ps)
-
-
-
Field Detail
-
ps
private PreparedStatement ps
-
-
Constructor Detail
-
FutureUpdate
FutureUpdate(PreparedStatement ps)
-
-
Method Detail
-
call
public Integer call() throws SQLException
- Specified by:
call
in interfaceCallable<Integer>
- Throws:
SQLException
-
-