![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "ISTable.h"
ReVarPCifArray<int> * ISTable::RebuildIndices();
#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();
RebuildIndices Rebuild all indices made on one table.
No Arguments |
A negative value in errCode indicates an error or warning.
See also: | RebuildIndex |
---|