Class FbWireAttachment.AcceptPacket

  • Enclosing interface:
    FbWireAttachment

    public static class FbWireAttachment.AcceptPacket
    extends java.lang.Object
    Struct-like class, reduced equivalent of Firebird p_acpd so we can store data for handling op_cond_accept.
    • Constructor Summary

      Constructors 
      Constructor Description
      AcceptPacket()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • operation

        public int operation
      • p_acpt_data

        public byte[] p_acpt_data
      • p_acpt_plugin

        public java.lang.String p_acpt_plugin
      • p_acpt_keys

        public byte[] p_acpt_keys
    • Constructor Detail

      • AcceptPacket

        public AcceptPacket()