public class OwWhereClause extends Object
SQL AST node : <where clause> 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 |
---|
OwWhereClause(OwSearchCondition searchCondition_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
StringBuilder |
createWhereClauseSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
boolean |
isXClause() |
public static final String WHERE
public OwWhereClause(OwSearchCondition searchCondition_p)
searchCondition_p
- the search condition non-terminal , must not be nullpublic StringBuilder createWhereClauseSQLString()
StringBuilder
filled with the string representation of this non-terminal
the search condition is omitted if invalid (see OwSearchCondition.isValid()
)public boolean isValid()
public boolean isXClause()
public List<OwColumnQualifier> getColumnQualifiers()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.