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

public class V13Database extends V12Database
FbWireDatabase implementation for the version 13 wire protocol.
Author:
Mark Rotteveel
  • Constructor Details

    • V13Database

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