db_num_rows

Related topics

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

Functions that call db_num_rows()

Namesort iconLocationDescription
archive_pagemodules/archive.moduleMenu callback; lists all nodes posted on a given date.
blog_blockmodules/blog.moduleImplementation of hook_block().
book_blockmodules/book.moduleImplementation of hook_block().
book_exportmodules/book.moduleMenu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
book_menumodules/book.moduleImplementation of hook_menu().
db_num_rowsincludes/database.pgsql.incDetermine how many result rows were found by the preceding query.
drupal_client_pingmodules/drupal.moduleCallback function from drupal_xmlrpc() called when another site pings this one.
flood_is_allowedincludes/common.incCheck if the current visitor (hostname/IP) is allowed to proceed with the specified event. The user is allowed to proceed if he did not trigger the specified event more than $threshold times per hour.
forum_blockmodules/forum.moduleImplementation of hook_block().
locale_add_language_form_validateincludes/locale.incValidate the language addition form.
node_page_defaultmodules/node.moduleGenerate a listing of promoted nodes.
path_nodeapimodules/path.moduleImplementation of hook_nodeapi().
ping_cronmodules/ping.moduleImplementation of hook_cron().
poll_loadmodules/poll.moduleImplementation of hook_load().
statistics_blockmodules/statistics.moduleImplementation of hook_block().
system_initialize_theme_blocksmodules/system.moduleAssign an initial, default set of blocks for a theme.
system_update_159database/updates.incRetrieve data out of the old_revisions table and put into new revision system.
system_update_179database/updates.incUpdate base paths for relative URLs in custom blocks, profiles and various variables.
taxonomy_render_nodesmodules/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
user_blockmodules/user.moduleImplementation of hook_block().
user_get_authmapsmodules/user.moduleAccepts an user object, $account, or a DA name and returns an associative array of modules and DA names. Called at external login.
user_loadmodules/user.moduleFetch a user object.

Functions called by db_num_rows()

Namesort iconLocationDescription
db_num_rowsincludes/database.pgsql.incDetermine how many result rows were found by the preceding query.
 
 

Drupal is a registered trademark of Dries Buytaert.