xoql.function
Class load

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by cdqa.function.StringUnaryFunction
              extended by xoql.function.load

public final class load
extends cdqa.function.StringUnaryFunction


Field Summary
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
load()
           
 
Method Summary
 cdqa.object.XObject onExecute(cdqa.object.XObject o)
           
 
Methods inherited from class cdqa.function.StringUnaryFunction
createIteratorInstance
 
Methods inherited from class cdqa.function.UnaryFunction
execute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

load

public load()
Method Detail

onExecute

public cdqa.object.XObject onExecute(cdqa.object.XObject o)
Specified by:
onExecute in class cdqa.function.UnaryFunction