Class Index | File Index

Classes


Class OrdQueryListCursor


Extends baja.SyncCursor.
Cursor for an ORD Query List.
Defined in: ord.js.

Class Summary
Constructor Attributes Constructor Name and Description
<inner>  
Method Summary
Method Attributes Method Name and Description
 
each(func)
Iterate through the Cursor and call 'each' on every item.
 
get()
Return the current query from the Cursor.
 
Return the current index for the Cursor.
 
Return the current ORD String at the current index.
 
Return true if there's another query in the Cursor.
 
next()
Advance the Cursor to the next query.
 
resolveNext(target, options)
Resolve the next ORD Query.
Class Detail
<inner> OrdQueryListCursor()
Method Detail
each(func)
Iterate through the Cursor and call 'each' on every item.
Parameters:
{Function} func
function called on every iteration with the 'value' being used as an argument.

get()
Return the current query from the Cursor.
Returns:
the ORD Query.

{Number} getIndex()
Return the current index for the Cursor.
Returns:
{Number}

{String} getOrd()
Return the current ORD String at the current index.
Returns:
{String}

{Boolean} hasNext()
Return true if there's another query in the Cursor.
Returns:
{Boolean}

{Boolean} next()
Advance the Cursor to the next query.
Returns:
{Boolean} returns true if there's another query in the Cursor.

resolveNext(target, options)
Resolve the next ORD Query.
Parameters:
{OrdTarget} target
{Object} options

Documentation generated by JsDoc Toolkit 2.3.2