File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ object
626
626
627
627
method error_field field_name = Stub. result_error_field res field_name
628
628
629
- method sqlstate_error_code =
629
+ method error_code =
630
630
Error_code. of_sqlstate (Stub. result_error_field res Error_field. SQLSTATE )
631
631
632
632
method ntuples = ntuples
Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ class type result = object
226
226
method error_field : Error_field. t -> string
227
227
(* * [#error_field] @return message of given error field in a result. *)
228
228
229
- method sqlstate_error_code : Error_code. t
230
- (* * [#sqlstate_error_code ] @return the error code of the error condition
229
+ method error_code : Error_code. t
230
+ (* * [#error_code ] @return the error code of the error condition
231
231
as stored in the SQLSTATE field. *)
232
232
233
233
(* * Retrieving SELECT Result Information *)
You can’t perform that action at this time.
0 commit comments