public class OwCorrelatedTableName extends Object implements OwTableReference
SQL AST node : a table name with correlation syntax non-terminal as defined by the SQL grammar.
<table name>[[AS] <correlation name>];
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 |
---|
OwCorrelatedTableName(String tableName_p,
OwColumnQualifier qualifier_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
StringBuilder |
createTableReferenceSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
OwColumnQualifier |
getMainTableQualifier() |
public static final String AS
public OwCorrelatedTableName(String tableName_p, OwColumnQualifier qualifier_p)
tableName_p
- the <table name> terminal String representationpublic StringBuilder createTableReferenceSQLString()
createTableReferenceSQLString
in interface OwTableReference
StringBuilder
filled with the String representation of this table referencepublic List<OwColumnQualifier> getColumnQualifiers()
getColumnQualifiers
in interface OwTableReference
public OwColumnQualifier getMainTableQualifier()
getMainTableQualifier
in interface OwTableReference
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.