Uses of Class
org.castor.cpa.query.TrimSpecification

Packages that use TrimSpecification
org.castor.cpa.query   
org.castor.cpa.query.object.expression   
org.castor.cpa.query.object.function   
 

Uses of TrimSpecification in org.castor.cpa.query
 

Methods in org.castor.cpa.query that return TrimSpecification
static TrimSpecification TrimSpecification.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrimSpecification[] TrimSpecification.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.castor.cpa.query with parameters of type TrimSpecification
 Function Expression.trim(TrimSpecification trimSpecification)
          Trim.
 Function Expression.trim(TrimSpecification trimSpecification, char character)
          Trim.
 Function Expression.trim(TrimSpecification trimSpecification, Parameter character)
          Trim.
 

Uses of TrimSpecification in org.castor.cpa.query.object.expression
 

Methods in org.castor.cpa.query.object.expression with parameters of type TrimSpecification
 Function AbstractExpression.trim(TrimSpecification trimSpecification)
          Trim.
 Function AbstractExpression.trim(TrimSpecification trimSpecification, char character)
          Trim.
 Function AbstractExpression.trim(TrimSpecification trimSpecification, Parameter character)
          Trim.
 

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

Methods in org.castor.cpa.query.object.function that return TrimSpecification
 TrimSpecification Trim.getSpecification()
          Gets the trim specification of TRIM function.
 

Methods in org.castor.cpa.query.object.function with parameters of type TrimSpecification
 void Trim.setSpecification(TrimSpecification trimSpecification)
          Sets the trim specification of TRIM function.
 



Copyright © 2010. All Rights Reserved.