org.eclipse.datatools.modelbase.sql.routines
Interface Source

All Superinterfaces:
SQLObject
All Known Implementing Classes:
SourceImpl

public interface Source
extends SQLObject

A representation of the model object 'Source'. Reference: 5WD-02-Foundation-2002-12 4.27 SQL-invoked routines

The following features are supported:

See Also:
SQLRoutinesPackage.getSource()

Method Summary
 java.lang.String getBody()
          Returns the value of the 'Body' attribute.
 void setBody(java.lang.String value)
          Sets the value of the 'Body' attribute.
 
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

getBody

public java.lang.String getBody()
Returns the value of the 'Body' attribute.

If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), SQLRoutinesPackage.getSource_Body()

setBody

public void setBody(java.lang.String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()


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