package ocsigenserver

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

Module Ocsidbmtypes

exception Ocsidbm_error
type query =
  1. | Get of string * string
  2. | Remove of string * string
  3. | Replace of string * string * string
  4. | Replace_if_exists of string * string * string
  5. | Nextkey of string
  6. | Firstkey of string
  7. | Length of string
type answer =
  1. | Ok
  2. | Dbm_not_found
  3. | Value of string
  4. | End
  5. | Key of string
  6. | Error of exn
OCaml

Innovation. Community. Security.