OQL SLICE function
Syntax: slice(x, start, stop)
Return a slice of an object. For instance: select id, displayName from deep('/')
where slice(displayName, 0, 1) = 'R'
returns all the objects whose displayName starts with 'R'. |
|
|
Page last modified on November 28, 2005, at 06:42 PM
|
|