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:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_sort_primary_key
    if {[regexp {^([^*,]+)} $orderby match]} {
        return $match
    }
    return $orderby
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

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