Uses of Class
com.wewebu.ow.csqlc.ast.OwPredicateFormat

Packages that use OwPredicateFormat
com.wewebu.ow.csqlc   
com.wewebu.ow.csqlc.ast   
 

Uses of OwPredicateFormat in com.wewebu.ow.csqlc
 

Methods in com.wewebu.ow.csqlc that return OwPredicateFormat
protected abstract  OwPredicateFormat OwCSQLCProcessor.createLikeFormat()
           
protected abstract  OwPredicateFormat OwCSQLCProcessor.getInFormat()
           
protected abstract  OwPredicateFormat OwCSQLCProcessor.getQuantifiedComparisonFormat()
           
protected abstract  OwPredicateFormat OwCSQLCProcessor.getQuantifiedInFormat()
           
 

Uses of OwPredicateFormat in com.wewebu.ow.csqlc.ast
 

Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwPredicateFormat
OwFormatPredicate(OwPredicateFormat format_p, boolean negated_p)
           
OwInPredicate(OwColumnReference columnReference_p, OwInValueList inValueList_p, boolean negated_p, OwPredicateFormat format_p)
          Constructor
OwLikePredicate(OwColumnReference columnReference_p, OwCharacterStringLiteral characterStringLiteral_p, boolean negated_p, OwPredicateFormat format_p)
          Constructor
OwLikePredicate(OwColumnReference columnReference_p, OwCharacterStringLiteral characterStringLiteral_p, OwPredicateFormat format_p)
          Constructor
OwQuantifiedComparisonPredicate(OwLiteral comparisonLiteral_p, OwColumnReference columnReference_p, boolean negated_p, OwPredicateFormat format_p)
          Constructor
OwQuantifiedInPredicate(OwColumnReference columnReference_p, OwInValueList inValueList_p, boolean negated_p, OwPredicateFormat format_p)
          Constructor
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.