db::IndexFieldSet Class Reference
[Schema]

#include <ittia/dbxx/dbxx_index.h>

List of all members.


Detailed Description

A set of table indexes.

Public Member Functions

int size () const
int insert (int at, const IndexField &item)
int add (const IndexField &item)
int remove (int index)
int remove (const NameChar *name)
int remove_all ()
const IndexFieldat (int index) const
const IndexFieldat (const NameChar *name) const
const IndexFieldoperator[] (int index) const
const IndexFieldoperator[] (const NameChar *name) const
IndexFieldat (int index)
IndexFieldoperator[] (int index)
IndexFieldoperator[] (const NameChar *name)
int find (const NameChar *name) const

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