ad_sort_primary_key (public, deprecated)
ad_sort_primary_key orderby
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
return the primary (first) key of an order spec used by
- Parameters:
- orderby (required)
- See Also:
- template::list::create
- xo::Table
- regexp
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc ad_sort_primary_key if {[regexp {^([^*,]+)} $orderby match]} { return $match } return $orderbyXQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/deprecated-procs.xql