com.triactive.jdo.store.query.result
Class ResultCast

java.lang.Object
  extended bycom.triactive.jdo.store.query.result.ResultCast

public abstract class ResultCast
extends java.lang.Object


Constructor Summary
ResultCast()
           
 
Method Summary
static ResultExpression castTo(java.lang.Class resType, java.util.List exprs)
           
static ResultExpression castTo(java.lang.Class resType, ResultExpression expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultCast

public ResultCast()
Method Detail

castTo

public static ResultExpression castTo(java.lang.Class resType,
                                      ResultExpression expr)

castTo

public static ResultExpression castTo(java.lang.Class resType,
                                      java.util.List exprs)


Copyright © 2001-2007 The TJDO Project All Rights Reserved.