| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -682,6 +682,17 @@ added: | |||
| 682 | 682 | By default, if an unknown name is encountered while binding parameters, an | |
| 683 | 683 | exception is thrown. This method allows unknown named parameters to be ignored. | |
| 684 | 684 | ||
| 685 | + ### `statement.setReturnArrays(enabled)` | ||
| 686 | + | ||
| 687 | + <!-- YAML | ||
| 688 | + added: v24.0.0 | ||
| 689 | + --> | ||
| 690 | + | ||
| 691 | + * `enabled` {boolean} Enables or disables the return of query results as arrays. | ||
| 692 | + | ||
| 693 | + When enabled, query results returned by the `all()`, `get()`, and `iterate()` methods will be returned as arrays instead | ||
| 694 | + of objects. | ||
| 695 | + | ||
| 685 | 696 | ### `statement.setReadBigInts(enabled)` | |
| 686 | 697 | ||
| 687 | 698 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments