public class OwQuantifiedInPredicate extends OwFormatPredicate
SQL AST node : <quantified in predicate> based on syntax non-terminal
defined by the SQL grammar.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwQuantifiedInPredicate(OwColumnReference columnReference_p,
OwInValueList inValueList_p,
boolean negated_p,
OwPredicateFormat format_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected StringBuilder |
createLeftOperand() |
protected StringBuilder |
createRightOperand() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
createPredicateSQLString
createBooleanTestSQLString, isXCondition
asBooleanTest, createBooleanFactorSQLString
createBooleanTermSQLString
createSearchConditionSQLString
public OwQuantifiedInPredicate(OwColumnReference columnReference_p, OwInValueList inValueList_p, boolean negated_p, OwPredicateFormat format_p)
columnReference_p
- the column reference operand, must not be nullinValueList_p
- the in list values literal operand , must not be nullnegated_p
- true
for a negated operand (ie. NOT IN)
false
otherwise (ie. IN)OwInValueList.isValid()
public boolean isValid()
true
if character in value list literal operand is valid
false
otherwiseOwInValueList.isValid()
public List<OwColumnQualifier> getColumnQualifiers()
protected StringBuilder createLeftOperand()
createLeftOperand
in class OwFormatPredicate
protected StringBuilder createRightOperand()
createRightOperand
in class OwFormatPredicate
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.