module Result: sig
.. end
type
t
type
status =
| |
Empty_query |
| |
Command_ok |
| |
Tuples_ok |
| |
Copy_out |
| |
Copy_in |
| |
Bad_response |
| |
Nonfatal_error |
| |
Fatal_error |
type
oid = int
val string_of_status : status -> string
val is_null : t -> bool
val status : t -> status
val error : t -> string
val ntuples : t -> int
val nfields : t -> int
val binary_tuples : t -> bool
val fname : t -> int -> string
val fnumber : t -> string -> int
val ftype : t -> int -> oid
val fsize : t -> int -> int
val fmod : t -> int -> int
val getvalue : t -> int -> int -> string
val getlength : t -> int -> int -> int
val getisnull : t -> int -> int -> bool
val cmd_status : t -> string
val cmd_tuples : t -> string
val oid_value : t -> oid