class type result =Class type of query results.object
..end
Indices of tuples and fields start at 0!
method status : result_status
#status
method error : string
#error
method ntuples : int
#ntuples
method nfields : int
#nfields
method fname : int -> string
#fname n
Error
if field out of range.n
th field.method fnumber : string -> int
#fnumber field
Not_found
if no such named field.field
.method fformat : int -> FFormat.t
#fformat n
Error
if field out of range.n
th field.method ftype : int -> ftype
#ftype n
Oid
if there was no corresponding ftype for the internal oid
.Error
if field out of range.n
th field.method fmod : int -> int
#fmod n
Error
if field out of range.n
th field.method fsize : int -> int
#fsize n
Error
if field out of range.n
th field.method binary_tuples : bool
#binary_tuples
true
iff result contains binary tuple data.method getvalue : int -> int -> string
#getvalue tuple field
Error
if tuple out of range.Error
if field out of range.field
in tuple
.method getisnull : int -> int -> bool
#getisnull tuple field
tests for a NULL-value of field
in tuple
.Error
if tuple out of range.Error
if field out of range.method getlength : int -> int -> int
#getlength tuple field
Error
if tuple out of range.Error
if field out of range.field
of
tuple
in bytes.method cmd_status : string
#cmd_status
method cmd_tuples : string
#cmd_tuples
method oid_value : oid
#cmd_tuples
invalid_oid
.method get_fnames : string array
#get_fnames
method get_fnames_lst : string list
#get_fnames_lst
method get_tuple : int -> string array
#get_tuple n
Error
if tuple out of range.n
th tuple.method get_tuple_lst : int -> string list
#get_tuple_lst n
Error
if tuple out of range.n
th tuple as list.method get_all : string array array
#get_all
method get_all_lst : string list list
#get_all