@@ -212,7 +212,7 @@ void testCallWithResultSet1() {
212
212
}
213
213
214
214
/*
215
- * This test shows how to use a input and output parameters and return a
215
+ * This test shows how to use an input and output parameters and return a
216
216
* result set from a stored procedure.
217
217
*
218
218
* This test shows using a single value parameter.
@@ -231,7 +231,7 @@ void testCallWithResultSet2() {
231
231
}
232
232
233
233
/*
234
- * This test shows how to use a input and output parameters and return a
234
+ * This test shows how to use an input and output parameters and return a
235
235
* result set from a stored procedure.
236
236
*
237
237
* This test shows using a Map parameter.
@@ -256,7 +256,7 @@ void testCallWithResultSet3() {
256
256
}
257
257
258
258
/*
259
- * This test shows how to use a input and output parameters and return a
259
+ * This test shows how to use an input and output parameters and return a
260
260
* result set from a stored procedure.
261
261
*
262
262
* This test shows using a Map parameter.
@@ -468,7 +468,7 @@ void testCallWithResultSet1_a2() {
468
468
}
469
469
470
470
/*
471
- * This test shows how to use a input and output parameters and return a
471
+ * This test shows how to use an input and output parameters and return a
472
472
* result set from a stored procedure.
473
473
*
474
474
* This test shows using a single value parameter.
@@ -489,7 +489,7 @@ void testCallWithResultSet2_a1() {
489
489
}
490
490
491
491
/*
492
- * This test shows how to use a input and output parameters and return a
492
+ * This test shows how to use an input and output parameters and return a
493
493
* result set from a stored procedure.
494
494
*
495
495
* This test shows using a single value parameter.
@@ -511,7 +511,7 @@ void testCallWithResultSet2_a2() {
511
511
}
512
512
513
513
/*
514
- * This test shows how to use a input and output parameters and return a
514
+ * This test shows how to use an input and output parameters and return a
515
515
* result set from a stored procedure.
516
516
*
517
517
* This test shows using a Map parameter.
@@ -538,7 +538,7 @@ void testCallWithResultSet3_a1() {
538
538
}
539
539
540
540
/*
541
- * This test shows how to use a input and output parameters and return a
541
+ * This test shows how to use an input and output parameters and return a
542
542
* result set from a stored procedure.
543
543
*
544
544
* This test shows using a Map parameter.
@@ -566,7 +566,7 @@ void testCallWithResultSet3_a2() {
566
566
}
567
567
568
568
/*
569
- * This test shows how to use a input and output parameters and return a
569
+ * This test shows how to use an input and output parameters and return a
570
570
* result set from a stored procedure.
571
571
*
572
572
* This test shows using a Map parameter.
@@ -593,7 +593,7 @@ void testCallWithResultSet4_a1() {
593
593
}
594
594
595
595
/*
596
- * This test shows how to use a input and output parameters and return a
596
+ * This test shows how to use an input and output parameters and return a
597
597
* result set from a stored procedure.
598
598
*
599
599
* This test shows using a Map parameter.
0 commit comments