include/xapian/database.h File Reference

#include <string>
#include <vector>
#include <xapian/base.h>
#include <xapian/document.h>
#include <xapian/types.h>
#include <xapian/positioniterator.h>
#include <xapian/postingiterator.h>
#include <xapian/termiterator.h>
#include <xapian/valueiterator.h>
#include <xapian/visibility.h>

Include dependency graph for database.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  Xapian::Database
 This class is used to access a database, or a group of databases. More...
class  Xapian::WritableDatabase
 This class provides read/write access to a database. More...

Namespaces

namespace  Xapian
 The Xapian namespace contains public interfaces for the Xapian library.

Variables

const int Xapian::DB_CREATE_OR_OPEN = 1
 Open for read/write; create if no db exists.
const int Xapian::DB_CREATE = 2
 Create a new database; fail if db exists.
const int Xapian::DB_CREATE_OR_OVERWRITE = 3
 Overwrite existing db; create if none exists.
const int Xapian::DB_OPEN = 4
 Open for read/write; fail if no db exists.


Documentation for Xapian (version 1.2.8).
Generated on 14 Dec 2011 by Doxygen 1.5.9.