com.wewebu.ow.csqlc.ast
Class OwBooleanTerm

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

public abstract class OwBooleanTerm
extends Object
implements OwSearchCondition

SQL AST node : <boolean term> 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
OwBooleanTerm()
           
 
Method Summary
abstract  StringBuilder createBooleanTermSQLString()
           
 StringBuilder 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

OwBooleanTerm

public OwBooleanTerm()
Method Detail

createBooleanTermSQLString

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

createSearchConditionSQLString

public final StringBuilder createSearchConditionSQLString()
Specified by:
createSearchConditionSQLString in interface OwSearchCondition
Returns:
a StringBuilder filled with the string representation of this non-terminal


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.