Class FBPreparedStatement

All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, FirebirdPreparedStatement, FirebirdStatement, Synchronizable
Direct Known Subclasses:
AbstractCallableStatement

public class FBPreparedStatement extends AbstractPreparedStatement
JDBC 4.2 implementation of PreparedStatement interface.

Contains methods specific to the JDBC 4.2 implementation, or exists if there are methods in higher JDBC versions that cannot be defined in JDBC 4.2.

Author:
David Jencks, Roman Rokytskyy, Mark Rotteveel