static class QueryExecutor.FutureUpdate
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>
PreparedStatement.executeUpdate()
Modifier and Type | Field and Description |
---|---|
private java.sql.PreparedStatement |
ps |
Constructor and Description |
---|
FutureUpdate(java.sql.PreparedStatement ps) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
call() |