|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DB2Source
A representation of the model object 'DB2 Source'.
The following features are supported:
DB2ModelPackage.getDB2Source()
Method Summary | |
---|---|
java.lang.String |
getDb2PackageName()
Returns the value of the 'Db2 Package Name' attribute. |
java.lang.String |
getFileName()
Returns the value of the 'File Name' attribute. |
java.lang.String |
getLastModified()
Returns the value of the 'Last Modified' attribute. |
java.lang.String |
getPackageName()
Returns the value of the 'Package Name' attribute. |
DB2Source |
getPrimary()
Returns the value of the 'Primary' container reference. |
org.eclipse.emf.common.util.EList |
getSupporting()
Returns the value of the 'Supporting' containment reference list. |
void |
setDb2PackageName(java.lang.String value)
Sets the value of the ' Db2 Package Name ' attribute. |
void |
setFileName(java.lang.String value)
Sets the value of the ' File Name ' attribute. |
void |
setLastModified(java.lang.String value)
Sets the value of the ' Last Modified ' attribute. |
void |
setPackageName(java.lang.String value)
Sets the value of the ' Package Name ' attribute. |
void |
setPrimary(DB2Source value)
Sets the value of the ' Primary ' container reference. |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.routines.Source |
---|
getBody, setBody |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
---|
getInstanceProperties |
Methods inherited from interface commonj.sdo.DataObject |
---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Method Detail |
---|
java.lang.String getFileName()
Fully qualified file name where the file is stored on the local file system.
setFileName(String)
,
DB2ModelPackage.getDB2Source_FileName()
void setFileName(java.lang.String value)
File Name
' attribute.
value
- the new value of the 'File Name' attribute.getFileName()
java.lang.String getPackageName()
Java package name
setPackageName(String)
,
DB2ModelPackage.getDB2Source_PackageName()
void setPackageName(java.lang.String value)
Package Name
' attribute.
value
- the new value of the 'Package Name' attribute.getPackageName()
java.lang.String getDb2PackageName()
A package is an object that contains all the sections from a single source file. A section is the compiled form of an SQL statement. The name of the DB2 package name. In the case of SQLJ stored procedures for LUW and 390, this field contains the location of the serialized file stored on the sever (aka root package name)
setDb2PackageName(String)
,
DB2ModelPackage.getDB2Source_Db2PackageName()
void setDb2PackageName(java.lang.String value)
Db2 Package Name
' attribute.
value
- the new value of the 'Db2 Package Name' attribute.getDb2PackageName()
java.lang.String getLastModified()
When this source was last modified. The string timestamp should be in the JDBC timestamp escape format. yyyy-mm-dd hh:mm:ss.fffffffff, where ffffffffff indicates nanoseconds.
setLastModified(String)
,
DB2ModelPackage.getDB2Source_LastModified()
void setLastModified(java.lang.String value)
Last Modified
' attribute.
value
- the new value of the 'Last Modified' attribute.getLastModified()
org.eclipse.emf.common.util.EList getSupporting()
DB2Source
.
It is bidirectional and its opposite is 'Primary
'.
If the meaning of the 'Supporting' containment reference list isn't clear, there really should be more of a description here...
DB2ModelPackage.getDB2Source_Supporting()
,
getPrimary()
DB2Source getPrimary()
Supporting
'.
If the meaning of the 'Primary' container reference isn't clear, there really should be more of a description here...
setPrimary(DB2Source)
,
DB2ModelPackage.getDB2Source_Primary()
,
getSupporting()
void setPrimary(DB2Source value)
Primary
' container reference.
value
- the new value of the 'Primary' container reference.getPrimary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |