Class AbstractStatement

java.lang.Object
org.firebirdsql.jdbc.AbstractStatement
All Implemented Interfaces:
AutoCloseable, Statement, Wrapper, FirebirdStatement
Direct Known Subclasses:
FBStatement

@InternalApi @NullMarked public abstract class AbstractStatement extends Object implements Statement, FirebirdStatement
Common abstract base class for statement implementations.

This class is internal API of Jaybird. Future versions may radically change, move, or make inaccessible this type. For the public API, refer to the Statement and FirebirdStatement interfaces.

Since:
6
Author:
Mark Rotteveel