Class V11Database

    • Constructor Detail

      • 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 Detail

      • releaseObject

        public void releaseObject​(int operation,
                                  int objectId)
                           throws java.sql.SQLException
        Description copied from interface: FbWireDatabase
        Release object.
        Specified by:
        releaseObject in interface FbWireDatabase
        Overrides:
        releaseObject in class V10Database
        Parameters:
        operation - Operation
        objectId - ID of the object to release
        Throws:
        java.sql.SQLException