Related topics

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

Functions that call db_query_range()

Namesort iconLocationDescription
aggregator_block_viewdrupal/modules/aggregator/aggregator.moduleImplementation of hook_block_view().
aggregator_feed_items_loaddrupal/modules/aggregator/aggregator.pages.incLoad feed items
aggregator_page_categoriesdrupal/modules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_rssdrupal/modules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesdrupal/modules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
batch_example_batch_1contributions/docs/developer/examples/batch_example.moduleBatch 1 : Load 100 times the node with the lowest nid
batch_example_op_2contributions/docs/developer/examples/batch_example.moduleBatch operation for batch 2 : load all nodes, 5 by five This is a multipart operation, using the
blogapi_blogger_get_recent_postsdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE <a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRecentPostTitles"> returns a bandwidth-friendly list</a>.
blog_block_viewdrupal/modules/blog/blog.moduleImplementation of hook_block_view().
blog_feed_lastdrupal/modules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_userdrupal/modules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of a given user.
comment_get_recentdrupal/modules/comment/comment.moduleFind the most recent comments that are available to the current user.
comment_new_page_countdrupal/modules/comment/comment.moduleCalculate page number for first new comment.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_is_denieddrupal/includes/bootstrap.incCheck to see if an IP address has been blocked.
forum_block_viewdrupal/modules/forum/forum.moduleImplementation of hook_block_view().
forum_get_forumsdrupal/modules/forum/forum.moduleReturns a list of all forums for a given taxonomy id
forum_nodeapi_presavedrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_presave().
hook_update_indexdrupal/modules/search/search.api.phpUpdate Drupal's full-text index for this module.
menu_edit_menu_validatedrupal/modules/menu/menu.admin.incValidates the human and machine-readable names when adding or editing a menu.
menu_get_itemdrupal/includes/menu.incGet a router item.
menu_link_children_relative_depthdrupal/includes/menu.incFind the depth of an item's children relative to its depth.
menu_nodeapi_preparedrupal/modules/menu/menu.moduleImplementation of hook_nodeapi_prepare().
node_feeddrupal/modules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
pager_querydrupal/includes/pager.incPerform a paged database query.
poll_block_viewdrupal/modules/poll/poll.moduleImplementation of hook_block_view().
profile_admin_settings_autocompletedrupal/modules/profile/profile.admin.incRetrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocompletedrupal/modules/profile/profile.pages.incCallback to allow autocomplete of profile text fields.
statistics_title_listdrupal/modules/statistics/statistics.moduleReturns all time or today top or last viewed node(s).
taxonomy_autocompletedrupal/modules/taxonomy/taxonomy.pages.incHelper function for autocompletion
taxonomy_select_nodesdrupal/modules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
user_autocompletedrupal/modules/user/user.pages.incMenu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_block_viewdrupal/modules/user/user.moduleImplementation of hook_block_view().
_blog_post_existsdrupal/modules/blog/blog.moduleHelper function to determine if a user has blog posts already.
_comment_update_node_statisticsdrupal/modules/comment/comment.moduleUpdates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_menu_update_parental_statusdrupal/includes/menu.incCheck and update the has_children status for the parent of a link.
_node_access_rebuild_batch_operationdrupal/modules/node/node.moduleBatch operation for node_access_rebuild_batch.

Functions called by db_query_range()

Namesort iconLocationDescription
_db_query_process_argsdrupal/includes/database/database.incBackward-compatibility utility.