records_array
Returns records as an array.
Target
Signature
1records_array()Returns records as an array.
records_array is a global callable that can be used wherever an expression is valid. records_array is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.
Examples
Basic call
1records_arrayThe example shows the call shape; use bind values and checked errors for visitor-supplied data.