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

public class V16Database extends V15Database
FbWireDatabase implementation for the version 16 wire protocol.
Since:
4.0
Author:
Mark Rotteveel
  • Constructor Details

    • V16Database

      protected V16Database(WireDatabaseConnection connection, ProtocolDescriptor descriptor)
      Creates a V16Database 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).