Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val connect :
?user:string ->
?password:string ->
?charset:string ->
?language:string ->
?application:string ->
string ->
dbprocess
val close : dbprocess -> unit
val use : dbprocess -> string -> unit
val name : dbprocess -> string
val sqlexec : dbprocess -> string -> unit
val cancel : dbprocess -> unit
val canquery : dbprocess -> unit
val results : dbprocess -> bool
val numcols : dbprocess -> int
val colname : dbprocess -> int -> string
val string_of_col_type : col_type -> string
val string_of_data : data -> string
val count : dbprocess -> int
exception Error of severity * string
val err_handler : (severity -> int -> string -> unit) -> unit