Interface pgj.ProtocolChunk

All Known Implementing Classes:
pgj.AuthReply, pgj.BackendKeyData, pgj.BindComplete, pgj.CloseComplete, pgj.CommandComplete, pgj.CopyData, pgj.CopyDone, pgj.DataRow, pgj.EmitQueryResponse, pgj.ErrorResponse, pgj.FunctionCallResponse, pgj.NoData, pgj.NotificationResponse, pgj.ParameterDescription, pgj.ParameterStatus, pgj.ParseComplete, pgj.PortalSuspended, pgj.ReadyForQuery, pgj.RowDescription
Enclosing interface:
pgj

public static interface pgj.ProtocolChunk

tagging interface. Is there any useful operation that is generic across all the protocol chunks? Data is pretty specific. Type shall be determined by 'instanceof'.