public interface OwSearchCondition
SQL AST node : <search condition> 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
| Modifier and Type | Method and Description |
|---|---|
OwBooleanTest |
asBooleanTest() |
StringBuilder |
createSearchConditionSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
boolean |
isXCondition() |
boolean isValid()
true if this search condition can produce a valid string representation
through createSearchConditionSQLString()false if this search condition can NOT produce a valid string representation
through createSearchConditionSQLString()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 tableStringBuilder createSearchConditionSQLString()
StringBuilder filled with the string representation of this non-terminalList<OwColumnQualifier> getColumnQualifiers()
OwBooleanTest asBooleanTest()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.