Class JDOFunction

java.lang.Object
net.ontopia.persistence.query.jdo.JDOFunction
All Implemented Interfaces:
JDOValueIF

public class JDOFunction extends Object implements JDOValueIF
INTERNAL: JDOQL method: Object.<operator>(Object,...). The function can also be a free form function where the name is the function pattern, e.g. "contains($1, $2, 1) > 0)". Function arguments are referred via their position.