Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected OwColumnReference |
OwCSQLCProcessor.createColumnReference(OwColumnQualifier qualifier_p,
String columnName_p) |
Modifier and Type | Method and Description |
---|---|
protected abstract OwTextSearchPredicate |
OwCSQLCProcessor.createTextSearchPredicate(OwCharacterStringLiteral searchExpression_p,
OwColumnReference columnReference_p) |
Modifier and Type | Field and Description |
---|---|
protected OwColumnReference |
OwTextSearchPredicate.columnReference |
Constructor and Description |
---|
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 © 2014 Alfresco Business Solutions. All Rights Reserved.