public class OwOrderByClause extends Object
SQL AST node : <order by 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 |
|---|
OwOrderByClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(OwSortSpecification sortSpecification_p)
Adds the given sort specification to this order by clause
|
StringBuilder |
createOrderByClauseSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
public static final String ORDER_BY
public void add(OwSortSpecification sortSpecification_p)
sortSpecification_p - public StringBuilder createOrderByClauseSQLString()
StringBuilder filled with the String representation of this order by clause;
an empty String for an invalid order by clausepublic boolean isValid()
true if this order by clause contains at least one sort specificationfalse otherwisepublic List<OwColumnQualifier> getColumnQualifiers()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.