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