db::IndexDescSet Class Reference
[Schema]

#include <ittia/dbxx/dbxx_index.h>

List of all members.


Detailed Description

A set of indexes on a table.

Public Member Functions

int size () const
int insert (int at, const IndexDesc &item)
int add (const IndexDesc &item)
int remove (int index)
int remove (const NameChar *name)
int remove_all ()
const IndexDescat (int index) const
const IndexDescat (const NameChar *name) const
const IndexDescoperator[] (int index) const
const IndexDescoperator[] (const NameChar *name) const
IndexDescat (int index)
IndexDescoperator[] (int index)
IndexDescoperator[] (const NameChar *name)
int find (const NameChar *name) const
IndexDescadd_index (const NameChar *name, IndexMode index_mode)

Copyright © 2005-2008 ITTIA®. All rights reserved.