resultSet_count
Returns number of result sets.
Target
Signature
1resultSet_count(-inlineName= ?)Returns number of result sets.
resultSet_count is a global callable that can be used wherever an expression is valid. resultSet_count is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.
Parameters
-inlineName- Optional value. Supply
-inlineNameby keyword, keeping the leading hyphen in the call.
Examples
Basic call
1resultSet_countThe example shows the call shape; use bind values and checked errors for visitor-supplied data.