static class QueryExecutor.FutureUpdate extends Object implements Callable<Integer>
PreparedStatement.executeUpdate()
Modifier and Type | Field and Description |
---|---|
private PreparedStatement |
ps |
Constructor and Description |
---|
QueryExecutor.FutureUpdate(PreparedStatement ps) |
private PreparedStatement ps
QueryExecutor.FutureUpdate(PreparedStatement ps)
public Integer call() throws SQLException
call
in interface Callable<Integer>
SQLException