File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ val null : string
213
213
Indices of tuples and fields start at 0!
214
214
*)
215
215
class type result = object
216
- (* * Main routines *)
216
+ (* Main routines *)
217
217
218
218
method status : result_status
219
219
(* * [#status] @return status of a command/query result. *)
@@ -426,6 +426,8 @@ external conndefaults : unit -> conninfo_option array = "PQconndefaults_stub"
426
426
@param startonly If true, initiate a non-blocking connect procedure, which
427
427
involves cooperative calls to {!connect_poll} before the connection is
428
428
usable.
429
+
430
+ @raise Error if there is a connection failure.
429
431
*)
430
432
class connection :
431
433
?host : string -> (* Default: none * )
@@ -440,9 +442,8 @@ class connection :
440
442
?conninfo : string -> (* Default: none * )
441
443
?startonly : bool -> (* Default: false * )
442
444
unit ->
443
- (* * @raise Error if there is a connection failure. *)
444
445
object
445
- (* * Main routines *)
446
+ (* Main routines *)
446
447
447
448
method finish : unit
448
449
(* * [#finish] closes the connection.
You can’t perform that action at this time.
0 commit comments