package mysql

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type stmt
type stmt_result
val create : dbd -> string -> stmt
val execute : stmt -> string array -> stmt_result
val execute_null : stmt -> string option array -> stmt_result
val affected : stmt -> int64
val insert_id : stmt -> int64
val real_status : stmt -> int
val fetch : stmt_result -> string option array option
val result_metadata : stmt -> result
val close : stmt -> unit