com.wewebu.ow.csqlc.ast
Class OwBooleanTest

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

public abstract class OwBooleanTest
extends OwBooleanFactor

SQL AST node : <boolean test> 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
OwBooleanTest()
           
 
Method Summary
 OwBooleanTest asBooleanTest()
           
 StringBuilder createBooleanFactorSQLString()
           
abstract  StringBuilder createBooleanTestSQLString()
           
 
Methods inherited from class com.wewebu.ow.csqlc.ast.OwBooleanFactor
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
getColumnQualifiers, isValid, isXCondition
 

Constructor Detail

OwBooleanTest

public OwBooleanTest()
Method Detail

createBooleanTestSQLString

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

createBooleanFactorSQLString

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

asBooleanTest

public OwBooleanTest asBooleanTest()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.