tablesort_sql

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call tablesort_sql()

Namesort iconLocationDescription
path_overviewdrupal/modules/path/path.moduleReturn a listing of all defined URL aliases.
path_overviewdrupal/modules/path/path.moduleReturn a listing of all defined URL aliases.
poll_votesdrupal/modules/poll/poll.moduleCallback for the 'votes' tab for polls you can see other votes on
poll_votesdrupal/modules/poll/poll.moduleCallback for the 'votes' tab for polls you can see other votes on
statistics_recent_hitsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "recent hits" page.
statistics_recent_hitsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "recent hits" page.
statistics_top_pagesdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_pagesdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_referrersdrupal/modules/statistics/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_referrersdrupal/modules/statistics/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_visitorsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top visitors" page.
statistics_top_visitorsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top visitors" page.
tablesort_sqldrupal/includes/tablesort.incCreate an SQL sort clause.
user_admin_accessdrupal/modules/user/user.moduleMenu callback: list all access rules
user_admin_accessdrupal/modules/user/user.moduleMenu callback: list all access rules
watchdog_overviewdrupal/modules/watchdog/watchdog.moduleMenu callback; displays a listing of log messages.
watchdog_overviewdrupal/modules/watchdog/watchdog.moduleMenu callback; displays a listing of log messages.
watchdog_topdrupal/modules/watchdog/watchdog.moduleMenu callback; generic function to display a page of the most frequent watchdog events of a specified type.
watchdog_topdrupal/modules/watchdog/watchdog.moduleMenu callback; generic function to display a page of the most frequent watchdog events of a specified type.

Functions called by tablesort_sql()

Namesort iconLocationDescription
db_escape_stringdrupal/includes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
db_escape_stringdrupal/includes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
drupal_strtoupperdrupal/includes/unicode.incUppercase a UTF-8 string.
drupal_strtoupperdrupal/includes/unicode.incUppercase a UTF-8 string.
tablesort_initdrupal/includes/tablesort.incInitialize the table sort context.
tablesort_initdrupal/includes/tablesort.incInitialize the table sort context.
tablesort_sqldrupal/includes/tablesort.incCreate an SQL sort clause.