com.wewebu.ow.csqlc.ast
Class OwInPredicate
java.lang.Object
com.wewebu.ow.csqlc.ast.OwBooleanTerm
com.wewebu.ow.csqlc.ast.OwBooleanFactor
com.wewebu.ow.csqlc.ast.OwBooleanTest
com.wewebu.ow.csqlc.ast.OwPredicate
com.wewebu.ow.csqlc.ast.OwFormatPredicate
com.wewebu.ow.csqlc.ast.OwInPredicate
- All Implemented Interfaces:
- OwSearchCondition
public class OwInPredicate
- extends OwFormatPredicate
SQL AST node : <in predicate> syntax non-terminal as 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
- Since:
- 3.2.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwInPredicate
public OwInPredicate(OwColumnReference columnReference_p,
OwInValueList inValueList_p,
boolean negated_p,
OwPredicateFormat format_p)
- Constructor
- Parameters:
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)- See Also:
OwInValueList.isValid()
isValid
public boolean isValid()
- Returns:
true
if character in value list literal operand is valid
false
otherwise- See Also:
OwInValueList.isValid()
getColumnQualifiers
public List<OwColumnQualifier> getColumnQualifiers()
createLeftOperand
protected StringBuilder createLeftOperand()
- Specified by:
createLeftOperand
in class OwFormatPredicate
createRightOperand
protected StringBuilder createRightOperand()
- Specified by:
createRightOperand
in class OwFormatPredicate
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.