XQueryCompiler.PlanInfo Class

com.bea.control.DynamicTransformation
XQueryCompiler.PlanInfo Class

public static class XQueryCompiler.PlanInfo

    extends Object

Represents the plan for the XQUery based on the argument and return Javelin types


Hierarchy
Object
  XQueryCompiler.PlanInfo
Enclosing class

XQueryCompiler

Field Summary

public String
argNames
String
public ITypeMarshallPlan
argPlans
ITypeMarshallPlan
public ITypeUnmarshallPlan
returnPlan
ITypeUnmarshallPlan
 

Constructor Summary

XQueryCompiler.PlanInfo()

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

argNames

public String argNames


argPlans

public ITypeMarshallPlan argPlans


returnPlan

public ITypeUnmarshallPlan returnPlan

 

Constructor Detail

XQueryCompiler.PlanInfo

public XQueryCompiler.PlanInfo()