org.eclipse.datatools.modelbase.sql.query
Interface ColumnName

All Superinterfaces:
SQLObject, SQLQueryObject
All Known Implementing Classes:
ColumnNameImpl

public interface ColumnName
extends SQLQueryObject

A representation of the model object 'SQL Column Name'.

The following features are supported:

See Also:
SQLQueryModelPackage.getColumnName()

Method Summary
 TableCorrelation getTableCorrelation()
          Returns the value of the 'Table Correlation' container reference.
 WithTableSpecification getWithTableSpecification()
          Returns the value of the 'With Table Specification' container reference.
 void setTableCorrelation(TableCorrelation value)
          Sets the value of the 'Table Correlation' container reference.
 void setWithTableSpecification(WithTableSpecification value)
          Sets the value of the 'With Table Specification' container reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getTableCorrelation

TableCorrelation getTableCorrelation()
Returns the value of the 'Table Correlation' container reference. It is bidirectional and its opposite is 'Column Name List'.

If the meaning of the 'Table Correlation' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Correlation' container reference.
See Also:
setTableCorrelation(TableCorrelation), SQLQueryModelPackage.getColumnName_TableCorrelation(), TableCorrelation.getColumnNameList()

setTableCorrelation

void setTableCorrelation(TableCorrelation value)
Sets the value of the 'Table Correlation' container reference.

Parameters:
value - the new value of the 'Table Correlation' container reference.
See Also:
getTableCorrelation()

getWithTableSpecification

WithTableSpecification getWithTableSpecification()
Returns the value of the 'With Table Specification' container reference. It is bidirectional and its opposite is 'Column Name List'.

If the meaning of the 'With Table Specification' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'With Table Specification' container reference.
See Also:
setWithTableSpecification(WithTableSpecification), SQLQueryModelPackage.getColumnName_WithTableSpecification(), WithTableSpecification.getColumnNameList()

setWithTableSpecification

void setWithTableSpecification(WithTableSpecification value)
Sets the value of the 'With Table Specification' container reference.

Parameters:
value - the new value of the 'With Table Specification' container reference.
See Also:
getWithTableSpecification()


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.