RCSB PDB Protein Data Bank A Member of the wwPDB
An Information Portal to Biological Macromolecular Structures
PDB Home | Contact Us
next up previous contents
Next: DeleteIndex Up: Index Methods Previous: RebuildIndex

RebuildIndices

NAME RebuildIndices

PROTOTYPE

#include "ISTable.h"

ReVarPCifArray<int> * ISTable::RebuildIndices();

EXAMPLE

#include "ISTable.h"

ISTable s("MyTable");
...

ReVarPCifArray<int> list;
ReVarPCifArray<int> list2;
list.Add(0); list.Add(2);
list2.Add(2); list2.Add(1);

s->CreateIndex("index0",list);
s->CreateIndex("index2",list2);
...

s->RebuildIndices();
PURPOSE

RebuildIndices Rebuild all indices made on one table.

RECEIVES

No Arguments  

RETURN VALUE

A negative value in errCode indicates an error or warning.

REMARKS

See also: RebuildIndex



Olivera Tosic
6/12/2002

 

© RCSB PDB