All Implemented Interfaces:
AutoCloseable, FbAttachment, FbDatabase, ExceptionListenable, TransactionListener, FbWireAttachment, FbWireDatabase
Direct Known Subclasses:
V12Database

public class V11Database extends V10Database
FbWireDatabase implementation for the version 11 wire protocol.
Since:
3.0
Author:
Mark Rotteveel
  • Constructor Details

    • V11Database

      protected V11Database(WireDatabaseConnection connection, ProtocolDescriptor descriptor)
      Creates a V11Database instance.
      Parameters:
      connection - A WireConnection with an established connection to the server.
      descriptor - The ProtocolDescriptor that created this connection (this is used for creating further dependent objects).
  • Method Details