public interface Operation
In current implementations, this represents either a statement execution or a fetch.
Note: This is an experimental feature. The implementation or API may be removed or changed at any time.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Operation.TypeType of operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()Cancel this operation. | 
| Operation.Type | getType() | 
Operation.Type getType()
void cancel()
     throws java.sql.SQLException
java.sql.SQLException - If the cancellation failed or if this operation is no longer cancellable.Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.