com.wewebu.ow.csqlc.ast
Class OwSelectAll

java.lang.Object
  extended by com.wewebu.ow.csqlc.ast.OwSelectAll
All Implemented Interfaces:
OwSelectList

public class OwSelectAll
extends Object
implements OwSelectList

SQL AST node : an select all (egg. SELECT * FROM document) implementation of the <select list> 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

Field Summary
static String ALL_WILDCARD
           
 
Constructor Summary
OwSelectAll()
          Constructor
OwSelectAll(OwColumnQualifier qualifier_p)
          Constructor
 
Method Summary
 boolean containsColumnReference(String tableName, String columnReferenceName)
           
 StringBuilder createSelectListSQLString()
           
 List<OwColumnQualifier> getColumnQualifiers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_WILDCARD

public static final String ALL_WILDCARD
See Also:
Constant Field Values
Constructor Detail

OwSelectAll

public OwSelectAll()
Constructor


OwSelectAll

public OwSelectAll(OwColumnQualifier qualifier_p)
Constructor

Parameters:
qualifier_p -
Method Detail

createSelectListSQLString

public StringBuilder createSelectListSQLString()
Specified by:
createSelectListSQLString in interface OwSelectList
Returns:
the SQL string representation of this select list

getColumnQualifiers

public List<OwColumnQualifier> getColumnQualifiers()
Specified by:
getColumnQualifiers in interface OwSelectList

containsColumnReference

public boolean containsColumnReference(String tableName,
                                       String columnReferenceName)
Specified by:
containsColumnReference in interface OwSelectList
Returns:
true if tableName.columnName is part of this statement's select.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.