From Porcupine wiki

Developers: OQL INSTANCEOF function

Syntax:

instanceof(x)

Returns true if the current object is a subclass of x. For example:

select * from 'users'
where instanceof('schemas.org.innoscript.security.GenericUser')

will return all instances of the GenericUser? type, contained inside the 'users' container.

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/OQLINSTANCEOF
Page last modified on November 28, 2005, at 11:48 PM