WS.Common.Query

Description

Functions to query cache.

Functions

NameSignature and Synopsis
clearListvoid clearList(Object list)
Removes all the elements in the list.
executeQueryObject executeQuery(String querySessionName, String sqlString, Object mapOfParameters, boolean reuse)
Executes the sql string synchronously in a collocated query agent and returns the results.
listToArrayObject[] listToArray(Object list)
Copies the list contents by reference to a new array.
sizeOfListint sizeOfList(Object list)
Returns the size/length of the given list.