package postgresql
-
postgresql
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Class type of query results.
Indices of tuples and fields start at 0!
method status : result_status
#status
method error_field : Error_field.t -> string
#error_field
method error_code : Error_code.t
#error_code
Retrieving SELECT Result Information
method fformat : int -> FFormat.t
#fformat n
method ftype : int -> ftype
#ftype n
method ftype_oid : int -> oid
#ftype n
method paramtype : int -> ftype
#paramtype n
method paramtype_oid : int -> oid
#paramtype n
Retrieving SELECT Result Values
#getisnull tuple field
tests for a NULL-value of field
in tuple
.
Retrieving Non-SELECT Result Information
method oid_value : oid
#cmd_tuples
High-level routines