Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Forum_sql0

module Forum_sql0 : sig..end

Author(s): Piero Furiesi, Jaap Boender, Vincent Balat, Boris Yakobowski


val forums_messages : 
  (< creator_id : < get : unit; nul : Sql.non_nullable;
   t : Sql.int32_t >
   Sql.t;
   datetime : < get : unit; nul : Sql.non_nullable;
   t : Sql.timestamp_t >
   Sql.t;
   forum_id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t > Sql.t;
   moderated : < get : unit; nul : Sql.non_nullable; t : Sql.bool_t >
   Sql.t;
   parent_id : < get : unit; nul : Sql.nullable; t : Sql.int32_t >
   Sql.t;
   root_id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   special_rights : < get : unit; nul : Sql.non_nullable;
   t : Sql.bool_t >
   Sql.t;
   subject : < get : unit; nul : Sql.nullable; t : Sql.int32_t > Sql.t;
   tree_max : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   tree_min : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   wikibox : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t >,
   < > Sql.writable)
  Sql.view
val get_message_raw : 
  message_id:int32 ->
  unit ->
  < creator_id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   datetime : < get : unit; nul : Sql.non_nullable;
   t : Sql.timestamp_t >
   Sql.t;
   forum_id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t > Sql.t;
   moderated : < get : unit; nul : Sql.non_nullable; t : Sql.bool_t >
   Sql.t;
   parent_id : < get : unit; nul : Sql.nullable; t : Sql.int32_t >
   Sql.t;
   root_id : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   special_rights : < get : unit; nul : Sql.non_nullable;
   t : Sql.bool_t >
   Sql.t;
   subject : < get : unit; nul : Sql.nullable; t : Sql.int32_t > Sql.t;
   tree_max : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   tree_min : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t;
   wikibox : < get : unit; nul : Sql.non_nullable; t : Sql.int32_t >
   Sql.t >
  Lwt.t