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.moduleImplementation of hook_block().
aggregator_page_categoriesmodules/aggregator.moduleMenu callback; displays all the categories used by the aggregator.
aggregator_page_rssmodules/aggregator.moduleMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesmodules/aggregator.moduleMenu callback; displays all the feeds used by the aggregator.
blogapi_blogger_get_recent_postsmodules/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.moduleImplementation of hook_block().
blog_feed_lastmodules/blog.moduleDisplays an RSS feed containing recent blog entries of all users.
blog_feed_usermodules/blog.moduleDisplays an RSS feed containing recent blog entries of a given user.
db_query_rangeincludes/database.pgsql.incRuns a limited-range query in the active database.
forum_blockmodules/forum.moduleImplementation of hook_block().
forum_get_forumsmodules/forum.moduleReturns a list of all forums for a given taxonomy id
forum_submitmodules/forum.moduleImplementation of hook_submit().
hook_update_indexdeveloper/hooks/core.phpUpdate Drupal's full-text index for this module.
node_feedmodules/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_update_indexmodules/node.moduleImplementation of hook_update_index().
pager_queryincludes/pager.incPerform a paged database query.
statistics_title_listmodules/statistics.moduleReturns all time or today top or last viewed node(s).
system_update_159database/updates.incRetrieve data out of the old_revisions table and put into new revision system.
system_update_178database/updates.incUpdate base paths for relative URLs in node and comment content.
system_update_179database/updates.incUpdate base paths for relative URLs in custom blocks, profiles and various variables.
taxonomy_autocompletemodules/taxonomy.moduleHelper function for autocompletion
taxonomy_select_nodesmodules/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
user_autocompletemodules/user.moduleRetrieve a pipe delimited string of autocomplete suggestions for existing users
user_blockmodules/user.moduleImplementation of hook_block().
_comment_update_node_statisticsmodules/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.moduleFinds the first unread node for a given forum.

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().
 
 

Drupal is a registered trademark of Dries Buytaert.