xoql.function
Class startsWith
public
class
startsWith
extends BinaryPredicate
This X-OQL function tests wheter the string value of the first parameter (o1)
starts with the string value of the second parameter (o2).
Author: Jirtme Baumgarten
public boolean onApply(XObject o1, XObject o2)