Uses of Class
org.castor.cpa.query.object.function.AbstractFunction

Packages that use AbstractFunction
org.castor.cpa.query.object.function   
 

Uses of AbstractFunction in org.castor.cpa.query.object.function
 

Subclasses of AbstractFunction in org.castor.cpa.query.object.function
 class Abs
          Final class that represents ABS (absolute) function.
 class CustomFunction
          Final class that represents functions with custom names of CastorQL.
 class Length
          Final class that represents LENGTH function.
 class Locate
          Final class that represents LOCATE function.
 class Lower
          Final class that represents LOWER function of query objects.
 class Sqrt
          Final class that represents SQRT (square root) function.
 class Substring
          Final class that represents SUBSTRING function.
 class Trim
          Final class that represents TRIM function.
 class Upper
          Final class that represents UPPER function.
 



Copyright © 2010. All Rights Reserved.