Package net.sf.basedb.core
Class QueryExecutor.FutureUpdate
java.lang.Object
net.sf.basedb.core.QueryExecutor.FutureUpdate
- Enclosing class:
- QueryExecutor
A callable implementation the calls
PreparedStatement.executeUpdate()
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ps
-
-
Constructor Details
-
FutureUpdate
FutureUpdate(PreparedStatement ps)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Integer>
- Throws:
SQLException
-