| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -646,6 +646,17 @@ added: v22.15.0 | |||
| 646 | 646 | By default, if an unknown name is encountered while binding parameters, an | |
| 647 | 647 | exception is thrown. This method allows unknown named parameters to be ignored. | |
| 648 | 648 | ||
| 649 | + ### `statement.setReturnArrays(enabled)` | ||
| 650 | + | ||
| 651 | + <!-- YAML | ||
| 652 | + added: v22.16.0 | ||
| 653 | + --> | ||
| 654 | + | ||
| 655 | + * `enabled` {boolean} Enables or disables the return of query results as arrays. | ||
| 656 | + | ||
| 657 | + When enabled, query results returned by the `all()`, `get()`, and `iterate()` methods will be returned as arrays instead | ||
| 658 | + of objects. | ||
| 659 | + | ||
| 649 | 660 | ### `statement.setReadBigInts(enabled)` | |
| 650 | 661 | ||
| 651 | 662 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments