template::paginator::get_all_row_ids (public)

 template::paginator::get_all_row_ids name

Defined in packages/acs-templating/tcl/paginator-procs.tcl

Gets a list of IDs in the master ID list generated by the initial query submitted for pagination. IDs are typically primary key values.

Parameters:
name - The reference to the paginator object.
Returns:
A Tcl list of row identifiers.

Partial Call Graph (max 5 caller/called nodes):
%3 template::paginator::get_reference template::paginator::get_reference (private) template::paginator::get_all_row_ids template::paginator::get_all_row_ids template::paginator::get_all_row_ids->template::paginator::get_reference

Testcases:
No testcase defined.
Source code:
    get_reference
    return $properties(row_ids)
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-templating/tcl/paginator-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: