com.wewebu.ow.csqlc.ast
Class OwFormatPredicate
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
- All Implemented Interfaces:
- OwSearchCondition
- Direct Known Subclasses:
- OwInPredicate, OwLikePredicate, OwQuantifiedComparisonPredicate, OwQuantifiedInPredicate
public abstract class OwFormatPredicate
- extends OwPredicate
SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) AST node.
- Since:
- 3.2.0.0
- See Also:
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwFormatPredicate
public OwFormatPredicate(OwPredicateFormat format_p,
boolean negated_p)
createLeftOperand
protected abstract StringBuilder createLeftOperand()
createRightOperand
protected abstract StringBuilder createRightOperand()
createPredicateSQLString
public final StringBuilder createPredicateSQLString()
- Specified by:
createPredicateSQLString
in class OwPredicate
- Returns:
- a
StringBuilder
filled with the string representation of this non-terminal
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.