object-type

Strange behavior with large Object Types

I recognized that calling a method on an Oracle Object Type takes longer when the instance gets bigger. The code below just adds rows to a collection stored in the Object Type and calls the empty dummy-procedure in the loop. Calls are taking longer when more rows are in the collection. When I just remove the call to dummy, performance ...

What is the definition of Incomplete Type and Object Type in C?

What is the definition of Incomplete Type and Object Type in C? Also, could you provide some examples of each? ANSI C99 mentions both type categories in various places, though I've found it difficult to understand what each of them means exactly (there is no paragraph/sentence explicitly defining what they are). ...

Jquery, finding the type of a selector - howto?

I need a way to determine if a returned object is a textarea (for example). ...