public abstract class OwPredicate extends OwBooleanTest
SQL AST node : <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
Constructor and Description |
---|
OwPredicate() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
createBooleanTestSQLString() |
abstract StringBuilder |
createPredicateSQLString() |
boolean |
isXCondition() |
asBooleanTest, createBooleanFactorSQLString
createBooleanTermSQLString
createSearchConditionSQLString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnQualifiers, isValid
public abstract StringBuilder createPredicateSQLString()
StringBuilder
filled with the string representation of this non-terminalpublic final StringBuilder createBooleanTestSQLString()
createBooleanTestSQLString
in class OwBooleanTest
StringBuilder
filled with the string representation of this non-terminalpublic boolean isXCondition()
false
if this search condition refers other tables than the main FROM clause table
true
if this search condition refers the main FROM clause tableCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.