Gets the next index (schema) in the table.
public virtual ULIndexSchema * GetNextIndex(ul_index_iter * iter)
iter A pointer to the iterator variable.
A ULIndexSchema object, or NULL when the iteration is complete.
Initialize the iter value to the ul_index_iter_start constant before the first call.