db_query_range

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_blockmodules/aggregator/aggregator.moduleImplementation of hook_block().
aggregator_page_categoriesmodules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_rssmodules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
batch_example_batch_1developer/examples/batch_example.moduleBatch 1 : Load 100 times the node with the lowest nid
batch_example_op_2developer/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_postsmodules/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_blockmodules/blog/blog.moduleImplementation of hook_block().
blog_feed_lastmodules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_usermodules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of a given user.
book_update_6000modules/book/book.installDrupal 5.x to 6.x update.
comment_get_recentmodules/comment/comment.moduleFind a number of recent comments. This is done in two steps. 1. Find the n (specified by $number) nodes that have the most recent comments. This is done by querying node_comment_statistics which has an index on last_comment_timestamp, and is thus a...
db_query_rangeincludes/database.pgsql.incRuns a limited-range query in the active database.
do_searchmodules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_is_deniedincludes/bootstrap.incPerform an access check for a given mask and rule type. Rules are usually created via admin/user/rules page.
forum_blockmodules/forum/forum.moduleImplementation of hook_block().
forum_get_forumsmodules/forum/forum.moduleReturns a list of all forums for a given taxonomy id
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
hook_update_indexdeveloper/hooks/core.phpUpdate Drupal's full-text index for this module.
menu_edit_menu_validatemodules/menu/menu.admin.incValidates the human and machine-readable names when adding or editing a menu.
menu_get_itemincludes/menu.incGet a router item.
menu_link_children_relative_depthincludes/menu.incFind the depth of an item's children relative to its depth.
menu_nodeapimodules/menu/menu.moduleImplementation of hook_nodeapi().
node_feedmodules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_update_indexmodules/node/node.moduleImplementation of hook_update_index().
pager_queryincludes/pager.incPerform a paged database query.
profile_admin_settings_autocompletemodules/profile/profile.admin.incRetrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocompletemodules/profile/profile.pages.incCallback to allow autocomplete of profile text fields.
statistics_title_listmodules/statistics/statistics.moduleReturns all time or today top or last viewed node(s).
system_update_6021modules/system/system.installMigrate the menu items from the old menu system to the new menu_links table.
taxonomy_autocompletemodules/taxonomy/taxonomy.pages.incHelper function for autocompletion
taxonomy_select_nodesmodules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
user_autocompletemodules/user/user.pages.incMenu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_blockmodules/user/user.moduleImplementation of hook_block().
_blog_post_existsmodules/blog/blog.moduleHelper function to determine if a user has blog posts already.
_comment_update_node_statisticsmodules/comment/comment.moduleUpdates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_forum_newmodules/forum/forum.moduleFinds the first unread node for a given forum.
_menu_update_parental_statusincludes/menu.incCheck and update the has_children status for the parent of a link.
_node_access_rebuild_batch_operationmodules/node/node.moduleBatch operation for node_access_rebuild_batch.

Functions called by db_query_range()

Namesort iconLocationDescription
db_prefix_tablesincludes/database.incAppend a database prefix to all tables in a query.
db_query_rangeincludes/database.pgsql.incRuns a limited-range query in the active database.
_db_queryincludes/database.pgsql.incHelper function for db_query().
_db_query_callbackincludes/database.incHelper function for db_query().
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.