Gets the next table (schema) in the database.
public virtual ULTableSchema * GetNextTable(ul_table_iter * iter)
iter A pointer to the iterator variable.
A ULTableSchema object or NULL when the iteration is complete.
Initialize the iter value to the ul_table_iter_start constant before the first call.