FODB create index by using the FODBIndexDescriptor provided.
Name : define the collection to attach the index memberName : define the field or method of the collection object that has to be indexed type : define the index type : UNIQUE or MULTIPLE order : define the order of the Btree index. By default use 15 for collection of Thousand object. For greater collection increase the order.
Definition at line 46 of file FODBIndexDescriptor.java.