Changeset 411 for branches/samba-3.3.x/docs/htmldocs/manpages/ldb.3.html
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs/htmldocs/manpages/ldb.3.html
r368 r411 1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ldb</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.7 5.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="ldb"><a name="ldb.3"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ldb<b>The Samba Project</b> — A light-weight database library</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">#include <ldb.h></pre></div><div class="refsect1" title="description"><a name="id2528860"></a><h2>description</h2><p>1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ldb</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="ldb.3"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ldb<p><b>The Samba Project</b></p> — A light-weight database library</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">#include <ldb.h></pre></div><div class="refsect1" lang="en"><a name="id2522914"></a><h2>description</h2><p> 2 2 ldb is a light weight embedded database library and API. With a 3 3 programming interface that is very similar to LDAP, ldb can store its … … 35 35 database. Then I suggest you look at the ldb_connect(3) and 36 36 ldb_search(3) manual pages. 37 </p></div><div class="refsect1" title="TOOLS"><a name="id2528917"></a><h2>TOOLS</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>37 </p></div><div class="refsect1" lang="en"><a name="id2483339"></a><h2>TOOLS</h2><div class="itemizedlist"><ul type="disc"><li><p> 38 38 <span class="application">ldbsearch(1)</span> 39 39 - command line ldb search utility 40 </p></li><li class="listitem"><p>40 </p></li><li><p> 41 41 <span class="application">ldbedit(1)</span> 42 42 - edit all or part of a ldb database using your favourite editor 43 </p></li><li class="listitem"><p>43 </p></li><li><p> 44 44 <span class="application">ldbadd(1)</span> 45 45 - add records to a ldb database using LDIF formatted input 46 </p></li><li class="listitem"><p>46 </p></li><li><p> 47 47 <span class="application">ldbdel(1)</span> 48 48 - delete records from a ldb database 49 </p></li><li class="listitem"><p>49 </p></li><li><p> 50 50 <span class="application">ldbmodify(1)</span> 51 51 - modify records in a ldb database using LDIF formatted input 52 </p></li></ul></div></div><div class="refsect1" title="FUNCTIONS"><a name="id2489670"></a><h2>FUNCTIONS</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>52 </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2483525"></a><h2>FUNCTIONS</h2><div class="itemizedlist"><ul type="disc"><li><p> 53 53 <code class="function">ldb_connect(3)</code> 54 54 - connect to a ldb backend 55 </p></li><li class="listitem"><p>55 </p></li><li><p> 56 56 <code class="function">ldb_search(3)</code> 57 57 - perform a database search 58 </p></li><li class="listitem"><p>58 </p></li><li><p> 59 59 <code class="function">ldb_add(3)</code> 60 60 - add a record to the database 61 </p></li><li class="listitem"><p>61 </p></li><li><p> 62 62 <code class="function">ldb_delete(3)</code> 63 63 - delete a record from the database 64 </p></li><li class="listitem"><p>64 </p></li><li><p> 65 65 <code class="function">ldb_modify(3)</code> 66 66 - modify a record in the database 67 </p></li><li class="listitem"><p>67 </p></li><li><p> 68 68 <code class="function">ldb_errstring(3)</code> 69 69 - retrieve extended error information from the last operation 70 </p></li><li class="listitem"><p>70 </p></li><li><p> 71 71 <code class="function">ldb_ldif_write(3)</code> 72 72 - write a LDIF formatted message 73 </p></li><li class="listitem"><p>73 </p></li><li><p> 74 74 <code class="function">ldb_ldif_write_file(3)</code> 75 75 - write a LDIF formatted message to a file 76 </p></li><li class="listitem"><p>76 </p></li><li><p> 77 77 <code class="function">ldb_ldif_read(3)</code> 78 78 - read a LDIF formatted message 79 </p></li><li class="listitem"><p>79 </p></li><li><p> 80 80 <code class="function">ldb_ldif_read_free(3)</code> 81 81 - free the result of a ldb_ldif_read() 82 </p></li><li class="listitem"><p>82 </p></li><li><p> 83 83 <code class="function">ldb_ldif_read_file(3)</code> 84 84 - read a LDIF message from a file 85 </p></li><li class="listitem"><p>85 </p></li><li><p> 86 86 <code class="function">ldb_ldif_read_string(3)</code> 87 87 - read a LDIF message from a string 88 </p></li><li class="listitem"><p>88 </p></li><li><p> 89 89 <code class="function">ldb_msg_find_element(3)</code> 90 90 - find an element in a ldb_message 91 </p></li><li class="listitem"><p>91 </p></li><li><p> 92 92 <code class="function">ldb_val_equal_exact(3)</code> 93 93 - compare two ldb_val structures 94 </p></li><li class="listitem"><p>94 </p></li><li><p> 95 95 <code class="function">ldb_msg_find_val(3)</code> 96 96 - find an element by value 97 </p></li><li class="listitem"><p>97 </p></li><li><p> 98 98 <code class="function">ldb_msg_add_empty(3)</code> 99 99 - add an empty message element to a ldb_message 100 </p></li><li class="listitem"><p>100 </p></li><li><p> 101 101 <code class="function">ldb_msg_add(3)</code> 102 102 - add a non-empty message element to a ldb_message 103 </p></li><li class="listitem"><p>103 </p></li><li><p> 104 104 <code class="function">ldb_msg_element_compare(3)</code> 105 105 - compare two ldb_message_element structures 106 </p></li><li class="listitem"><p>106 </p></li><li><p> 107 107 <code class="function">ldb_msg_find_int(3)</code> 108 108 - return an integer value from a ldb_message 109 </p></li><li class="listitem"><p>109 </p></li><li><p> 110 110 <code class="function">ldb_msg_find_uint(3)</code> 111 111 - return an unsigned integer value from a ldb_message 112 </p></li><li class="listitem"><p>112 </p></li><li><p> 113 113 <code class="function">ldb_msg_find_double(3)</code> 114 114 - return a double value from a ldb_message 115 </p></li><li class="listitem"><p>115 </p></li><li><p> 116 116 <code class="function">ldb_msg_find_string(3)</code> 117 117 - return a string value from a ldb_message 118 </p></li><li class="listitem"><p>118 </p></li><li><p> 119 119 <code class="function">ldb_set_alloc(3)</code> 120 120 - set the memory allocation function to be used by ldb 121 </p></li><li class="listitem"><p>121 </p></li><li><p> 122 122 <code class="function">ldb_set_debug(3)</code> 123 123 - set a debug handler to be used by ldb 124 </p></li><li class="listitem"><p>124 </p></li><li><p> 125 125 <code class="function">ldb_set_debug_stderr(3)</code> 126 126 - set a debug handler for stderr output 127 </p></li></ul></div></div><div class="refsect1" title="Author"><a name="id2487457"></a><h2>Author</h2><p>127 </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2481474"></a><h2>Author</h2><p> 128 128 ldb was written by 129 129 <a class="ulink" href="http://samba.org/~tridge/" target="_top">Andrew Tridgell</a>.
Note:
See TracChangeset
for help on using the changeset viewer.