org.eclipse.datatools.modelbase.sql.tables
Interface DerivedTable

All Superinterfaces:
SQLObject, Table
All Known Subinterfaces:
ViewTable
All Known Implementing Classes:
DerivedTableImpl, ViewTableImpl

public interface DerivedTable
extends Table

A representation of the model object 'Derived Table'. Reference: 5WD-02-Foundation-2002-12 4.14 Tables

The following features are supported:

See Also:
SQLTablesPackage.getDerivedTable()

Method Summary
 QueryExpression getQueryExpression()
          Returns the value of the 'Query Expression' containment reference.
 void setQueryExpression(QueryExpression value)
          Sets the value of the 'Query Expression' containment reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.Table
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt
 
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

getQueryExpression

public QueryExpression getQueryExpression()
Returns the value of the 'Query Expression' containment reference.

If the meaning of the 'Query Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query Expression' containment reference.
See Also:
setQueryExpression(QueryExpression), SQLTablesPackage.getDerivedTable_QueryExpression()

setQueryExpression

public void setQueryExpression(QueryExpression value)
Sets the value of the 'Query Expression' containment reference.

Parameters:
value - the new value of the 'Query Expression' containment reference.
See Also:
getQueryExpression()


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