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
Modifier and Type | Field and Description |
---|---|
static String |
ALL_WILDCARD |
Constructor and Description |
---|
OwSelectAll()
Constructor
|
OwSelectAll(OwColumnQualifier qualifier_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsColumnReference(String tableName,
String columnReferenceName) |
StringBuilder |
createSelectListSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
public static final String ALL_WILDCARD
public OwSelectAll()
public OwSelectAll(OwColumnQualifier qualifier_p)
qualifier_p
- public StringBuilder createSelectListSQLString()
createSelectListSQLString
in interface OwSelectList
public List<OwColumnQualifier> getColumnQualifiers()
getColumnQualifiers
in interface OwSelectList
public boolean containsColumnReference(String tableName, String columnReferenceName)
containsColumnReference
in interface OwSelectList
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.