aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_db.c')
-rw-r--r--funcs/func_db.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/funcs/func_db.c b/funcs/func_db.c
index 9c8e0bdf9..5fa753f6d 100644
--- a/funcs/func_db.c
+++ b/funcs/func_db.c
@@ -56,6 +56,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
DB_RESULT. If you wish to find out if an entry exists, use the DB_EXISTS
function.</para>
</description>
+ <see-also>
+ <ref type="application">DBdel</ref>
+ <ref type="function">DB_DELETE</ref>
+ <ref type="application">DBdeltree</ref>
+ <ref type="function">DB_EXISTS</ref>
+ </see-also>
</function>
<function name="DB_EXISTS" language="en_US">
<synopsis>
@@ -71,6 +77,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
it will return <literal>0</literal>. Checking for existence of a database key will
also set the variable DB_RESULT to the key's value if it exists.</para>
</description>
+ <see-also>
+ <ref type="function">DB</ref>
+ </see-also>
</function>
<function name="DB_DELETE" language="en_US">
<synopsis>
@@ -85,6 +94,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
and then remove that key from the database. <variable>DB_RESULT</variable>
will be set to the key's value if it exists.</para>
</description>
+ <see-also>
+ <ref type="application">DBdel</ref>
+ <ref type="function">DB</ref>
+ <ref type="application">DBdeltree</ref>
+ </see-also>
</function>
***/