Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected abstract OwPredicateFormat |
OwCSQLCProcessor.createLikeFormat() |
protected abstract OwPredicateFormat |
OwCSQLCProcessor.getInFormat() |
protected abstract OwPredicateFormat |
OwCSQLCProcessor.getQuantifiedComparisonFormat() |
protected abstract OwPredicateFormat |
OwCSQLCProcessor.getQuantifiedInFormat() |
Constructor and Description |
---|
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 © 2014 Alfresco Business Solutions. All Rights Reserved.