You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,15 +118,14 @@ As shown above in the Between example optional arguments are passed to the funct
118
118
119
119
Different result types are returned depending on what function is used to execute the query.
120
120
121
-
-`Run` returns a cursor which can be used to view
122
-
all rows returned.
123
-
-`RunWrite` returns a WriteResponse and should be used for queries such as Insert,Update,etc...
121
+
-`Run` returns a cursor which can be used to view all rows returned.
122
+
-`RunWrite` returns a WriteResponse and should be used for queries such as Insert, Update, etc...
124
123
-`Exec` sends a query to the server and closes the connection immediately after reading the response from the database. If you do not wish to wait for the response then you can set the `NoReply` flag.
0 commit comments