package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

UPDATE queries.

DELETE queries.

type _ t

The type of DELETE queries.

val delete : ?where:('t Sequoia_table.t -> bool Sequoia_expr.t) -> from:'t Sequoia_table.t -> 't t

Define a DELETE query on the table given by from and conditions specified by where.

val seal : handover:Sequoia_expr.handover -> 't t -> string * Sequoia_param.t list

Mark the end of a DELETE query.

Valid expressions for use in DELETE query.