package postgres_async

  1. Overview
  2. Docs

Module Protocol.BackendSource

Sourcetype constructor =
  1. | AuthenticationRequest
  2. | BackendKeyData
  3. | BindComplete
  4. | CloseComplete
  5. | CommandComplete
  6. | CopyData
  7. | CopyDone
  8. | CopyInResponse
  9. | CopyOutResponse
  10. | CopyBothResponse
  11. | DataRow
  12. | EmptyQueryResponse
  13. | ErrorResponse
  14. | FunctionCallResponse
  15. | NoData
  16. | NoticeResponse
  17. | NotificationResponse
  18. | ParameterDescription
  19. | ParameterStatus
  20. | ParseComplete
  21. | PortalSuspended
  22. | ReadyForQuery
  23. | RowDescription
Sourceval sexp_of_constructor : constructor -> Sexplib0.Sexp.t
Sourceval constructor_of_sexp : Sexplib0.Sexp.t -> constructor
Sourceval compare_constructor : constructor -> constructor -> int
Sourcetype focus_on_message_error =
  1. | Unknown_message_type of char
  2. | Iobuf_too_short_for_header
  3. | Iobuf_too_short_for_message of {
    1. message_length : int;
    }
  4. | Nonsense_message_length of int
Sourceval constructor_of_char : char -> (constructor, focus_on_message_error) Core.Result.t
Sourceval focus_on_message : ([> Core.read ], Iobuf.seek) Iobuf.t -> (constructor, focus_on_message_error) Core.Result.t
Sourcemodule Error_or_notice_field : sig ... end
Sourcemodule ErrorResponse : sig ... end
Sourcemodule NoticeResponse : sig ... end
Sourcemodule AuthenticationRequest : sig ... end
Sourcemodule ParameterStatus : sig ... end
Sourcemodule BackendKeyData : sig ... end
Sourcemodule NotificationResponse : sig ... end
Sourcemodule ReadyForQuery : sig ... end
Sourcemodule ParseComplete : sig ... end
Sourcemodule BindComplete : sig ... end
Sourcemodule NoData : sig ... end
Sourcemodule EmptyQueryResponse : sig ... end
Sourcemodule CopyDone : sig ... end
Sourcemodule CloseComplete : sig ... end
Sourcemodule RowDescription : sig ... end
Sourcemodule DataRow : sig ... end
Sourcemodule type CopyResponse = sig ... end
Sourcemodule CopyData : sig ... end
Sourcemodule CommandComplete : sig ... end
OCaml

Innovation. Community. Security.