db_fetch_object
- Versions
- 4.6 – 6
db_fetch_object($result)
Fetch one result row from the previous query as an object.
Parameters
$result A database query result resource, as returned from db_query().
Return value
An object representing the next row of the result. The attributes of this object are the table fields selected by the query.
Related topics
- Database abstraction layer
- Allow the use of different database servers using the same code base.
▾ 182 functions call db_fetch_object()
- aggregator_block in modules/aggregator.module
- Implementation of hook_block().
- aggregator_form_feed in modules/aggregator.module
- aggregator_menu in modules/aggregator.module
- Implementation of hook_menu().
- aggregator_page_categories in modules/aggregator.module
- Menu callback; displays all the categories used by the aggregator.
- aggregator_page_category in modules/aggregator.module
- Menu callback; displays all the items aggregated in a particular category.
- aggregator_page_opml in modules/aggregator.module
- Menu callback; generates an OPML representation of all feeds.
- aggregator_page_source in modules/aggregator.module
- Menu callback; displays all the items captured from a particular feed.
- aggregator_page_sources in modules/aggregator.module
- Menu callback; displays all the feeds used by the aggregator.
- aggregator_parse_feed in modules/aggregator.module
- aggregator_remove in modules/aggregator.module
- aggregator_save_feed in modules/aggregator.module
- aggregator_save_item in modules/aggregator.module
- aggregator_view in modules/aggregator.module
- archive_calendar in modules/archive.module
- Generates a monthly calendar, for display in the archive block.
- archive_page in modules/archive.module
- Menu callback; lists all nodes posted on a given date.
- block_block in modules/block.module
- Implementation of hook_block().
- block_user in modules/block.module
- Implementation of hook_user().
- blogapi_blogger_get_recent_posts in modules/blogapi.module
- Blogging 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_form in modules/blog.module
- Implementation of hook_form().
- blog_page_last in modules/blog.module
- Displays a Drupal page containing recent blog entries of all users.
- blog_page_user in modules/blog.module
- Displays a Drupal page containing recent blog entries of a given user.
- book_admin_orphan in modules/book.module
- Menu callback; displays a listing of all orphaned book pages.
- book_admin_view_book in modules/book.module
- book_block in modules/book.module
- Implementation of hook_block().
- book_load in modules/book.module
- Implementation of hook_load().
- book_location in modules/book.module
- Return the path (call stack) to a certain book page.
- book_location_down in modules/book.module
- book_menu in modules/book.module
- Implementation of hook_menu().
- book_next in modules/book.module
- Fetch the node object of the next page of the book.
- book_outline in modules/book.module
- Implementation of function book_outline() Handles all book outline operations.
- book_prev in modules/book.module
- Fetch the node object of the previous page of the book.
- book_print in modules/book.module
- Menu callback; generates printer-friendly book page with all descendants.
- book_print_recurse in modules/book.module
- book_render in modules/book.module
- Menu callback; prints a listing of all books.
- book_toc in modules/book.module
- book_tree in modules/book.module
- cache_get in includes/bootstrap.inc
- Return data from the persistent cache.
- comment_admin_edit in modules/comment.module
- Menu callback; edit a comment from the administrative interface.
- comment_admin_overview in modules/comment.module
- Menu callback; present an administrative comment listing.
- comment_block in modules/comment.module
- Implementation of hook_block().
- comment_configure in modules/comment.module
- Menu callback; presents the comment settings page.
- comment_delete in modules/comment.module
- Menu callback; delete a comment.
- comment_edit in modules/comment.module
- comment_matrix_settings in modules/comment.module
- Menu callback; presents the moderation vote matrix.
- comment_moderate in modules/comment.module
- comment_moderation_form in modules/comment.module
- comment_nodeapi in modules/comment.module
- Implementation of hook_nodeapi().
- comment_post in modules/comment.module
- comment_preview in modules/comment.module
- comment_render in modules/comment.module
- comment_reply in modules/comment.module
- comment_role_settings in modules/comment.module
- Menu callback; allows admin to set default scores for different roles.
- comment_threshold_settings in modules/comment.module
- Menu callback; displays settings for thresholds at which comments are displayed.
- comment_vote_settings in modules/comment.module
- Menu callback; displays page for assigning names to vote values.
- do_search in modules/search.module
- Do a query on the full-text search index for a word or words.
- drupal_directory_page in modules/drupal.module
- Formats a list of all sites indexed in the directory.
- drupal_get_path_map in includes/bootstrap.inc
- Return an array mapping path aliases to their internal Drupal paths.
- fileupload_load in developer/examples/fileupload.module
- filter_admin_delete in modules/filter.module
- Menu callback; confirm deletion of a format.
- filter_formats in modules/filter.module
- Retrieve a list of input formats.
- filter_list_format in modules/filter.module
- Retrieve a list of filters for a certain format.
- forum_get_forums in modules/forum.module
- Returns a list of all forums for a given taxonomy id
- forum_get_topics in modules/forum.module
- forum_link in modules/forum.module
- Implementation of hook_link().
- forum_load in modules/forum.module
- Implementation of hook_load().
- forum_taxonomy in modules/forum.module
- Implementation of hook_taxonomy().
- hook_load in developer/hooks/node.php
- Load node-type-specific information.
- hook_update_index in developer/hooks/core.php
- Update Drupal's full-text index for this module.
- list_themes in includes/theme.inc
- Provides a list of currently available themes.
- list_theme_engines in includes/theme.inc
- Provides a list of currently available theme engines
- locale in modules/locale.module
- Provides interface translation services
- locale_refresh_cache in modules/locale.module
- Refreshes database stored cache of translations
- locale_supported_languages in modules/locale.module
- Returns list of languages supported on this site
- menu_delete_item in modules/menu.module
- Menu callback; delete a single custom item.
- menu_edit_item in modules/menu.module
- Menu callback; dispatch to the appropriate menu item edit function.
- module_list in includes/module.inc
- Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
- nodeapi_example_nodeapi in developer/examples/nodeapi_example.module
- Implementation of hook_nodeapi().
- node_access_example_nodeapi in developer/examples/node_access_example.module
- Implementation of hook_nodeapi().
- node_admin_nodes in modules/node.module
- Generate the content administration overview.
- node_example_load in developer/examples/node_example.module
- Implementation of hook_load().
- node_feed in modules/node.module
- A generic function for generating RSS feeds from a set of nodes.
- node_last_changed in modules/node.module
- node_last_viewed in modules/node.module
- Retrieves the timestamp at which the current user last viewed the specified node.
- node_load in modules/node.module
- Load a node object from the database.
- node_page_default in modules/node.module
- Generate a listing of promoted nodes.
- node_title_list in modules/node.module
- Gather a listing of links to nodes.
- node_update_index in modules/node.module
- Implementation of hook_update_index().
- path_overview in modules/path.module
- Return a listing of all defined URL aliases.
- poll_cron in modules/poll.module
- Implementation of hook_cron().
- poll_load in modules/poll.module
- Implementation of hook_load().
- poll_page in modules/poll.module
- profile_admin_overview in modules/profile.module
- Menu callback; display a listing of all editable profile fields.
- profile_browse in modules/profile.module
- Menu callback; display a list of user information.
- profile_categories in modules/profile.module
- profile_form_profile in modules/profile.module
- profile_load_profile in modules/profile.module
- profile_save_profile in modules/profile.module
- profile_validate_profile in modules/profile.module
- profile_view_profile in modules/profile.module
- queue_nodeapi in modules/queue.module
- Implementation of hook_nodeapi().
- queue_overview in modules/queue.module
- Display a page listing the nodes in the submission queue.
- search_cron in modules/search.module
- Implementation of hook_cron().
- sess_read in includes/session.inc
- statistics_access_log in modules/statistics.module
- statistics_node_tracker in modules/statistics.module
- statistics_recent_hits in modules/statistics.module
- Menu callback; presents the "Recent hits" page.
- statistics_top_pages in modules/statistics.module
- Menu callback; presents the "Top pages" page.
- statistics_top_referrers in modules/statistics.module
- Menu callback; presents the "Top referrers" page.
- statistics_top_users in modules/statistics.module
- Menu callback; presents the "Top users" page.
- statistics_user_tracker in modules/statistics.module
- system_get_files_database in modules/system.module
- Retrieves the current status of an array of files in the system table.
- taxonomy_del_vocabulary in modules/taxonomy.module
- taxonomy_get_children in modules/taxonomy.module
- Find all children of a term ID.
- taxonomy_get_parents in modules/taxonomy.module
- Find all parents of a given term ID.
- taxonomy_get_related in modules/taxonomy.module
- Find all term objects related to a given term ID.
- taxonomy_get_synonym_root in modules/taxonomy.module
- Return the term object that has the given string as a synonym.
- taxonomy_get_term in modules/taxonomy.module
- Return the term object matching a term ID.
- taxonomy_get_term_by_name in modules/taxonomy.module
- Try to map a string to an existing term, as for glossary use.
- taxonomy_get_tree in modules/taxonomy.module
- Create a hierarchical representation of a vocabulary.
- taxonomy_get_vocabularies in modules/taxonomy.module
- Return an array of all vocabulary objects.
- taxonomy_get_vocabulary in modules/taxonomy.module
- Return the vocabulary object matching a vocabulary ID.
- taxonomy_node_form in modules/taxonomy.module
- Generate a form for selecting terms to associate with a node.
- taxonomy_node_get_terms in modules/taxonomy.module
- Find all terms associated to the given node.
- taxonomy_node_get_terms_by_vocabulary in modules/taxonomy.module
- Find all terms associated to the given node, within one vocabulary.
- taxonomy_render_nodes in modules/taxonomy.module
- Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
- taxonomy_term_count_nodes in modules/taxonomy.module
- Given a term id, count the number of published nodes in it.
- taxonomy_term_page in modules/taxonomy.module
- Menu callback; displays all nodes associated with a term.
- theme_aggregator_page_item in modules/aggregator.module
- Format an individual feed item for display on the aggregator page.
- theme_comment_threshold in modules/comment.module
- tracker_page in modules/tracker.module
- Menu callback. Prints a listing of active nodes on the site.
- update_101 in database/updates.inc
- update_105 in database/updates.inc
- update_108 in database/updates.inc
- update_114 in database/updates.inc
- update_118 in database/updates.inc
- update_120 in database/updates.inc
- update_124 in database/updates.inc
- update_130 in database/updates.inc
- update_33 in database/updates.inc
- update_50 in database/updates.inc
- update_59 in database/updates.inc
- update_66 in database/updates.inc
- update_80 in database/updates.inc
- update_89 in database/updates.inc
- update_97 in database/updates.inc
- update_98 in database/updates.inc
- update_99 in database/updates.inc
- update_page in ./update.php
- upload_file_download in modules/upload.module
- upload_load in modules/upload.module
- user_access in modules/user.module
- Determine whether the user has a given privilege.
- user_admin_access in modules/user.module
- Menu callback: list all access rules
- user_admin_access_delete in modules/user.module
- Menu callback: delete an access rule
- user_admin_account in modules/user.module
- user_admin_perm in modules/user.module
- Menu callback: administer permissions.
- user_admin_role in modules/user.module
- Menu callback: administer roles.
- user_block in modules/user.module
- Implementation of hook_block().
- user_deny in modules/user.module
- user_external_load in modules/user.module
- user_get_authmaps in modules/user.module
- Accepts an user object, $account, or a DA name and returns an associative array of modules and DA names. Called at external login.
- user_load in modules/user.module
- Fetch a user object.
- user_roles in modules/user.module
- user_search in modules/user.module
- Implementation of hook_search().
- variable_init in includes/bootstrap.inc
- Load the persistent variable table.
- watchdog_event in modules/watchdog.module
- Menu callback; displays details about a log message.
- watchdog_overview in modules/watchdog.module
- Menu callback; displays a listing of log messages.
- _aggregator_page_list in modules/aggregator.module
- Prints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
- _block_rehash in modules/block.module
- Update the 'blocks' DB table with the blocks currently exported by modules.
- _comment_delete_thread in modules/comment.module
- _comment_update_node_statistics in modules/comment.module
- Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
- _filter_tips in modules/filter.module
- Helper function for fetching filter tips.
- _forum_user_last_visit in modules/forum.module
- _locale_add_language in includes/locale.inc
- Helper function to add a language
- _locale_admin_manage_screen in includes/locale.inc
- User interface for the language management screen
- _locale_export_po in includes/locale.inc
- Exports a Portable Object (Template) file for a language
- _locale_import_po in includes/locale.inc
- Parses Gettext Portable Object file information and inserts into database
- _locale_string_edit in includes/locale.inc
- User interface for string editing
- _locale_string_save in includes/locale.inc
- Action handler for string editing
- _locale_string_seek in includes/locale.inc
- Perform a string search and display results in a table
- _menu_build in includes/menu.inc
- Build the menu by querying both modules and the database.
- _taxonomy_term_children in modules/taxonomy.module
- Helper for taxonomy_term_count_nodes().
- _watchdog_get_message_types in modules/watchdog.module
Code
includes/database.pgsql.inc, line 75
<?php
function db_fetch_object($result) {
if ($result) {
return pg_fetch_object($result);
}
}
?>Login or register to post comments 