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