static class QueryExecutor.CancelableStatement extends java.lang.Object implements QueryExecutor.Cancelable
Statement.cancel()
.Modifier and Type | Field and Description |
---|---|
private java.sql.Statement |
s |
Constructor and Description |
---|
CancelableStatement(java.sql.Statement s) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
public void cancel()
cancel
in interface QueryExecutor.Cancelable