com.wewebu.ow.csqlc.ast
Class OwBooleanFactor

java.lang.Object
  extended by com.wewebu.ow.csqlc.ast.OwBooleanTerm
      extended by com.wewebu.ow.csqlc.ast.OwBooleanFactor
All Implemented Interfaces:
OwSearchCondition
Direct Known Subclasses:
OwBooleanTest, OwNOTBooleanFactor, OwXBooleanFactor

public abstract class OwBooleanFactor
extends OwBooleanTerm

AST node : <boolean factor> 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

Constructor Summary
OwBooleanFactor()
           
 
Method Summary
abstract  StringBuilder createBooleanFactorSQLString()
           
 StringBuilder createBooleanTermSQLString()
           
 
Methods inherited from class com.wewebu.ow.csqlc.ast.OwBooleanTerm
createSearchConditionSQLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.wewebu.ow.csqlc.ast.OwSearchCondition
asBooleanTest, getColumnQualifiers, isValid, isXCondition
 

Constructor Detail

OwBooleanFactor

public OwBooleanFactor()
Method Detail

createBooleanFactorSQLString

public abstract StringBuilder createBooleanFactorSQLString()
Returns:
a StringBuilder filled with the string representation of this non-terminal

createBooleanTermSQLString

public final StringBuilder createBooleanTermSQLString()
Specified by:
createBooleanTermSQLString in class OwBooleanTerm
Returns:
a StringBuilder filled with the string representation of this non-terminal


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.