OQL INSTANCEOF functionDevelopers.OQLINSTANCEOF HistoryHide minor edits - Show changes to markup November 28, 2005, at 06:48 PM
by -
Added lines 1-13:
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. |
|
|
Page last modified on November 28, 2005, at 06:48 PM
|
|