Collection Object -- ARRAY!

Ruslan Zasukhin sunshine at public.kherson.ua
Mon Jul 31 17:11:37 CDT 2006


On 7/31/06 4:37 PM, "Philip Mötteli" <philip.moetteli at econophone.ch> wrote:

>> Iteration?
> 
> I don't think so.
> Indexation for the ordered kind of collection (NSArray).
> 
> Actually, the primitive methods of NSArray/NSMutableArray are:
> - (unsigned)count
> 
> - (id)objectAtIndex:(unsigned)index
> 
> - (void)addObject:(id)anObject
> 
> - (void)insertObject:(id)anObject atIndex:(unsigned)index
> 
> - (void)removeLastObject
> 
> - (void)removeObjectAtIndex:(unsigned)index
> 
> - (void)replaceObjectAtIndex:(unsigned)index withObject:(id)anObject

Aha,

So idea which was in my brain why we discuss this is correct.

We talk about FEATURE:

    Table TC that has ARRAY of OID value

Right?

I remember that Posgtre have ARRAY column type for tables.
We also have think about ARRAYs.

Point here is that we see at least 2-3 different ways to implement on low
level the ARRAY type.

A) it can be built on BLOB
B) it can be built as separate hidden sub-table.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list