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.Type
Type 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-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.