/usr/share/doc/libmongo-client0/html/pages.html is in libmongo-client-doc 0.1.8-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>libmongo-client: Related Pages</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">libmongo-client
 <span id="projectnumber">0.1.8</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Related Pages</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><a class="el" href="tutorial.html" target="_self">Tutorial</a></td><td class="desc">These pages will attempt to guide one through the libmongo-client library, starting from the basic BSON building blocks, through the low level wire protocol API, until the highest level synchronous API </td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><a class="el" href="tut_bson.html" target="_self">Working with BSON objects</a></td><td class="desc">In this section, we'll cover the basics of working with BSON objects in a few big steps </td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_bson_build.html" target="_self">Building BSON objects</a></td><td class="desc">Our first task will be to build a BSON document, which we can later insert into MongoDB </td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_bson_traverse.html" target="_self">Traversing BSON objects</a></td><td class="desc">Now that we can build BSON objects (see the <a class="el" href="tut_bson_build.html">previous section</a>), it is time that we learn how to find things in them! </td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><a class="el" href="tut_mongo_sync.html" target="_self">Working with the Mongo Sync API</a></td><td class="desc">In this section we'll be going over various parts of the synchronous API provided by libmongo-client </td></tr>
<tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_connect.html" target="_self">Connecting to MongoDB</a></td><td class="desc">The next step in our journey is to connect to MongoDB: to a single server and to a replicaset alike </td></tr>
<tr id="row_0_1_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_insert.html" target="_self">Inserting documents into MongoDB</a></td><td class="desc">Now that we know how to connect, it is time to take another step forward, and put something into our database </td></tr>
<tr id="row_0_1_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_query.html" target="_self">Querying documents</a></td><td class="desc">We can connect, insert, and we still vaguely remember how to build BSON objects: how about we go out and query the database this time? </td></tr>
<tr id="row_0_1_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_query_complex.html" target="_self">Querying documents, part two</a></td><td class="desc">We learned how to make simple queries in the previous section, we'll be brave and do something much more advanced this time: we'll limit the query to documents that have their <code>"yes?"</code> field set to <em>FALSE</em>, and sort the results by the <code>"n"</code> field, in ascending order </td></tr>
<tr id="row_0_1_4_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_cmd_create.html" target="_self">Creating collections</a></td><td class="desc">In this simple example we'll learn how to explicitly create collections with the library, be those normal collections, capped ones or simply preallocated </td></tr>
<tr id="row_0_1_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_cmd_index_create.html" target="_self">Creating indexes</a></td><td class="desc">This example will show how to properly create indexes, how to verify its success, and will also give hints on how to prepare the BSON used to create the index </td></tr>
<tr id="row_0_1_6_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="tut_mongo_sync_cmd_custom.html" target="_self">Running custom commands</a></td><td class="desc">Sometimes it is necessary to run custom commands against a database, commands for which the library does not provide a convenience wrapper for </td></tr>
<tr id="row_0_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="tut_hl_client.html" target="_self">A full-blown application</a></td><td class="desc">As the next step of our tutorial, we will write a full blown application </td></tr>
<tr id="row_0_3_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="tut_json2bson.html" target="_self">JSON to BSON converter</a></td><td class="desc">Now that we have a basic grasp of the library, we'll write a solution to a real life problem: converting JSON to BSON </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|