|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl
org.eclipse.datatools.modelbase.sql.query.impl.TableReferenceImpl
org.eclipse.datatools.modelbase.sql.query.impl.TableExpressionImpl
org.eclipse.datatools.modelbase.sql.query.impl.TableFunctionImpl
org.eclipse.datatools.modelbase.sql.xml.query.impl.XMLTableFunctionImpl
public class XMLTableFunctionImpl
An implementation of the model object 'XML Table Function'.
The following features are implemented:
Method Summary | |
---|---|
NotificationChain |
basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl,
NotificationChain msgs)
|
NotificationChain |
basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
EList |
getColumnDefList()
|
XMLNamespacesDeclaration |
getNamespacesDecl()
|
java.lang.String |
getTableRowPattern()
|
XMLQueryArgumentList |
getXqueryArgList()
|
void |
setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
|
void |
setTableRowPattern(java.lang.String newTableRowPattern)
|
void |
setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.TableExpressionImpl |
---|
basicSetTableCorrelation, getColumnList, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setTableCorrelation |
Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.TableReferenceImpl |
---|
basicSetNest, basicSetQuerySelect, basicSetTableJoinedLeft, basicSetTableJoinedRight, eBasicRemoveFromContainerFeature, getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight |
Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableExpression |
---|
getColumnList, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setTableCorrelation |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableReference |
---|
getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight |
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 |
---|
public java.lang.String getTableRowPattern()
getTableRowPattern
in interface XMLTableFunction
XMLTableFunction.setTableRowPattern(String)
,
SQLXMLQueryModelPackage.getXMLTableFunction_TableRowPattern()
public void setTableRowPattern(java.lang.String newTableRowPattern)
setTableRowPattern
in interface XMLTableFunction
newTableRowPattern
- the new value of the 'Table Row Pattern' attribute.XMLTableFunction.getTableRowPattern()
public XMLQueryArgumentList getXqueryArgList()
getXqueryArgList
in interface XMLTableFunction
XMLTableFunction.setXqueryArgList(XMLQueryArgumentList)
,
SQLXMLQueryModelPackage.getXMLTableFunction_XqueryArgList()
,
XMLQueryArgumentList.getTableFunction()
public NotificationChain basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
public void setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
setXqueryArgList
in interface XMLTableFunction
newXqueryArgList
- the new value of the 'Xquery Arg List' containment reference.XMLTableFunction.getXqueryArgList()
public EList getColumnDefList()
getColumnDefList
in interface XMLTableFunction
SQLXMLQueryModelPackage.getXMLTableFunction_ColumnDefList()
,
XMLTableColumnDefinitionItem.getTableFunction()
public XMLNamespacesDeclaration getNamespacesDecl()
getNamespacesDecl
in interface XMLTableFunction
XMLTableFunction.setNamespacesDecl(XMLNamespacesDeclaration)
,
SQLXMLQueryModelPackage.getXMLTableFunction_NamespacesDecl()
,
XMLNamespacesDeclaration.getTableFunction()
public NotificationChain basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl, NotificationChain msgs)
public void setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
setNamespacesDecl
in interface XMLTableFunction
newNamespacesDecl
- the new value of the 'Namespaces Decl' containment reference.XMLTableFunction.getNamespacesDecl()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class TableExpressionImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class TableExpressionImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class TableExpressionImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class TableExpressionImpl
public void eUnset(int featureID)
eUnset
in class TableExpressionImpl
public boolean eIsSet(int featureID)
eIsSet
in class TableExpressionImpl
public java.lang.String toString()
toString
in class SQLObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |