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

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

Uses of OwColumnReference in com.wewebu.ow.csqlc
 

Methods in com.wewebu.ow.csqlc that return OwColumnReference
protected  OwColumnReference OwCSQLCProcessor.createColumnReference(OwColumnQualifier qualifier_p, String columnName_p)
           
 

Methods in com.wewebu.ow.csqlc with parameters of type OwColumnReference
protected abstract  OwTextSearchPredicate OwCSQLCProcessor.createTextSearchPredicate(OwCharacterStringLiteral searchExpression_p, OwColumnReference columnReference_p)
           
 

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

Fields in com.wewebu.ow.csqlc.ast declared as OwColumnReference
protected  OwColumnReference OwTextSearchPredicate.columnReference
           
 

Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwColumnReference
OwBetweenPredicate(OwColumnReference columnReference_p, OwLiteral value1_p, OwLiteral value2_p)
           
OwBetweenPredicate(OwColumnReference columnReference_p, OwLiteral value1_p, OwLiteral value2_p, boolean negate_p)
           
OwInPredicate(OwColumnReference columnReference_p, OwInValueList inValueList_p, boolean negated_p, OwPredicateFormat format_p)
          Constructor
OwJoinSpecification(OwColumnReference columnReference1_p, OwColumnReference columnReference2_p, String type_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
OwNullPredicate(OwColumnReference columnReference_p, boolean negated_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
OwSortSpecification(OwColumnReference columnReferences_p)
          Constructor
OwSortSpecification(OwColumnReference columnReferences_p, boolean ascending_p)
          Constructor
OwTextSearchPredicate(OwCharacterStringLiteral searchExpression_p, OwColumnReference columnReference_p, OwColumnQualifier contentJoinedColumn_p, String dialect_p)
          Constructor for a text search predicate where every parameter can be null, but for a valid predicate at least the search expression should be a non-null and non-empty element.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.