Package org.firebirdsql.gds.ng.wire
Class FbWireAttachment.AcceptPacket
- java.lang.Object
-
- org.firebirdsql.gds.ng.wire.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.
-
-
Field Summary
Fields Modifier and Type Field Description int
operation
byte[]
p_acpt_data
byte[]
p_acpt_keys
java.lang.String
p_acpt_plugin
-
Constructor Summary
Constructors Constructor Description AcceptPacket()
-