package postgres_async

  1. Overview
  2. Docs

Module Backend.WriterSource

Sourceval auth_message : Async.Writer.t -> AuthenticationRequest.t -> unit
Sourceval ready_for_query : Async.Writer.t -> ReadyForQuery.t -> unit
Sourceval error_response : Async.Writer.t -> ErrorResponse.t -> unit
Sourceval backend_key : Async.Writer.t -> Postgres_async__.Types.backend_key -> unit
Sourceval parameter_description : Async.Writer.t -> ParameterDescription.t -> unit
Sourceval parameter_status : Async.Writer.t -> ParameterStatus.t -> unit
Sourceval command_complete : Async.Writer.t -> CommandComplete.t -> unit
Sourceval data_row : Async.Writer.t -> DataRow.t -> unit
Sourceval notice_response : Async.Writer.t -> NoticeResponse.t -> unit
Sourceval notification_response : Async.Writer.t -> NotificationResponse.t -> unit
Sourceval copy_data : Async.Writer.t -> Shared.CopyData.t -> unit
Sourceval copy_done : Async.Writer.t -> unit
Sourceval bind_complete : Async.Writer.t -> unit
Sourceval close_complete : Async.Writer.t -> unit
Sourceval empty_query_response : Async.Writer.t -> unit
Sourceval parse_complete : Async.Writer.t -> unit
Sourceval no_data : Async.Writer.t -> unit
OCaml

Innovation. Community. Security.