|
||||||||||
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.QueryStatementImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryChangeStatementImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryInsertStatementImpl
public class QueryInsertStatementImpl
An implementation of the model object 'SQL Insert Statement'.
The following features are implemented:
Method Summary | |
---|---|
NotificationChain |
basicSetSourceQuery(QueryExpressionRoot newSourceQuery,
NotificationChain msgs)
|
NotificationChain |
basicSetTargetTable(TableInDatabase newTargetTable,
NotificationChain msgs)
|
NotificationChain |
basicUnsetTargetTable(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)
|
QueryExpressionRoot |
getSourceQuery()
|
EList |
getSourceValuesRowList()
|
EList |
getTargetColumnList()
|
TableInDatabase |
getTargetTable()
|
boolean |
isSetTargetTable()
|
void |
setSourceQuery(QueryExpressionRoot newSourceQuery)
|
void |
setTargetTable(TableInDatabase newTargetTable)
|
void |
unsetTargetTable()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.QueryStatementImpl |
---|
getSQL |
Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl |
---|
getSourceInfo, 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, toString |
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.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 |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
---|
getSQL, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
---|
getSQL, setSQL |
Method Detail |
---|
public QueryExpressionRoot getSourceQuery()
getSourceQuery
in interface QueryInsertStatement
QueryInsertStatement.setSourceQuery(QueryExpressionRoot)
,
SQLQueryModelPackage.getQueryInsertStatement_SourceQuery()
,
QueryExpressionRoot.getInsertStatement()
public NotificationChain basicSetSourceQuery(QueryExpressionRoot newSourceQuery, NotificationChain msgs)
public void setSourceQuery(QueryExpressionRoot newSourceQuery)
setSourceQuery
in interface QueryInsertStatement
newSourceQuery
- the new value of the 'Source Query' containment reference.QueryInsertStatement.getSourceQuery()
public EList getSourceValuesRowList()
getSourceValuesRowList
in interface QueryInsertStatement
SQLQueryModelPackage.getQueryInsertStatement_SourceValuesRowList()
,
ValuesRow.getInsertStatement()
public TableInDatabase getTargetTable()
getTargetTable
in interface QueryInsertStatement
QueryInsertStatement.isSetTargetTable()
,
QueryInsertStatement.unsetTargetTable()
,
QueryInsertStatement.setTargetTable(TableInDatabase)
,
SQLQueryModelPackage.getQueryInsertStatement_TargetTable()
,
TableInDatabase.getInsertStatement()
public NotificationChain basicSetTargetTable(TableInDatabase newTargetTable, NotificationChain msgs)
public void setTargetTable(TableInDatabase newTargetTable)
setTargetTable
in interface QueryInsertStatement
newTargetTable
- the new value of the 'Target Table' containment reference.QueryInsertStatement.isSetTargetTable()
,
QueryInsertStatement.unsetTargetTable()
,
QueryInsertStatement.getTargetTable()
public NotificationChain basicUnsetTargetTable(NotificationChain msgs)
public void unsetTargetTable()
unsetTargetTable
in interface QueryInsertStatement
QueryInsertStatement.isSetTargetTable()
,
QueryInsertStatement.getTargetTable()
,
QueryInsertStatement.setTargetTable(TableInDatabase)
public boolean isSetTargetTable()
isSetTargetTable
in interface QueryInsertStatement
QueryInsertStatement.unsetTargetTable()
,
QueryInsertStatement.getTargetTable()
,
QueryInsertStatement.setTargetTable(TableInDatabase)
public EList getTargetColumnList()
getTargetColumnList
in interface QueryInsertStatement
SQLQueryModelPackage.getQueryInsertStatement_TargetColumnList()
,
ValueExpressionColumn.getInsertStatement()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class SQLObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class SQLObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class SQLObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class SQLObjectImpl
public void eUnset(int featureID)
eUnset
in class SQLObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in class SQLObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |