1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 15:22:34 +02:00
audacity/lib-src/redland/docs/html/reference-manual.html
2010-01-24 09:19:39 +00:00

129 lines
6.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part II. Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="Redland RDF Library Manual">
<link rel="up" href="index.html" title="Redland RDF Library Manual">
<link rel="prev" href="tutorial.html" title="Part I. Tutorial">
<link rel="next" href="objects.html" title="Objects in C">
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="redland.html" title="Redland Overview">
<link rel="chapter" href="introduction.html" title="Introduction">
<link rel="part" href="tutorial.html" title="Part I. Tutorial">
<link rel="part" href="reference-manual.html" title="Part II. Reference Manual">
<link rel="chapter" href="objects.html" title="Objects in C">
<link rel="chapter" href="redland-storage-modules.html" title="Storage Modules">
<link rel="index" href="indexes.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="tutorial.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Redland RDF Library Manual</th>
<td><a accesskey="n" href="objects.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part" lang="en">
<div class="titlepage"><div><div><h1 class="title">
<a name="reference-manual"></a>Part II. Reference Manual</h1></div></div></div>
<div class="partintro" lang="en">
<div></div>
<p>This part contains the Redland Reference Manual
which comprehensively describes every class and function of the API.
</p>
<p>The previous part contains the
<a class="link" href="tutorial.html" title="Part I. Tutorial">Redland Tutorial</a>
explaining how to use the API parts.
</p>
<p>For the latest information, see the
<a class="ulink" href="http://librdf.org/" target="_top">Redland Home Page</a>
</p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="chapter"><a href="objects.html">Objects in C</a></span></dt>
<dt>
<span class="refentrytitle"><a href="redland-world.html">World</a></span><span class="refpurpose"> — Initialisation and termination of library</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-concepts.html">Concepts</a></span><span class="refpurpose"> — Pre-defined URIS and Nodes in the RDF namespaces.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-digest.html">Digests</a></span><span class="refpurpose"> — Content digests.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-files.html">Files</a></span><span class="refpurpose"> — File utility functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-hash.html">Hashes</a></span><span class="refpurpose"> — Key:Value hashes or dictionaries.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-heuristics.html">Heuristics</a></span><span class="refpurpose"> — Utility heuristic functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-iterator.html">Iterator</a></span><span class="refpurpose"> — Iterate a sequence of objects across some other object.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-list.html">List</a></span><span class="refpurpose"> — Simple list class.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-log.html">Logging.</a></span><span class="refpurpose"> — Message and error logging.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-model.html">RDF Graph (librdf_model)</a></span><span class="refpurpose"> — RDF graph (set of triples) API.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-node.html">RDF term (librdf_node)</a></span><span class="refpurpose"> — RDF triple component</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-parser.html">Parsers</a></span><span class="refpurpose"> — RDF parsers from syntax to triples.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-query.html">Querying</a></span><span class="refpurpose"> — RDF query languages and execution.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-query-results.html">Query results</a></span><span class="refpurpose"> — RDF query results.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-serializer.html">Serializers</a></span><span class="refpurpose"> — RDF serializers from triples to syntax.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-statement.html">RDF Triple (librdf_statement)</a></span><span class="refpurpose"> — RDF Triple.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-storage.html">Triple stores.</a></span><span class="refpurpose"> — RDF Triple stores</span>
</dt>
<dt><span class="chapter"><a href="redland-storage-modules.html">Storage Modules</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="redland-storage-modules.html#redland-storage-module-intro">Introduction</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-hashes.html">Store 'hashes'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-memory.html">Store 'memory'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-file.html">Store 'file'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-mysql.html">Store 'mysql'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-postgresql.html">Store 'postgresql'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-sqlite.html">Store 'sqlite'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-tstore.html">Store 'tstore'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-uri.html">Store 'uri'</a></span></dt>
</dl></dd>
<dt>
<span class="refentrytitle"><a href="redland-stream.html">Stream of triples (#librdf_statement).</a></span><span class="refpurpose"> — Sequence of RDF Triples.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-unicode.html">Unicode</a></span><span class="refpurpose"> — Unicode utility functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-uri.html">URI</a></span><span class="refpurpose"> — URI class</span>
</dt>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.10</div>
</body>
</html>