com.wewebu.ow.csqlc.ast
Interface OwValueExpression

All Known Implementing Classes:
OwColumnReference

public interface OwValueExpression

SQL AST node : <value expression> 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

Method Summary
 StringBuilder createValueExpressionSQLString()
           
 List<OwColumnQualifier> getColumnQualifiers()
           
 

Method Detail

createValueExpressionSQLString

StringBuilder createValueExpressionSQLString()
Returns:
a StringBuilder filled with the SQL string representation of this value expression

getColumnQualifiers

List<OwColumnQualifier> getColumnQualifiers()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.