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