|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuerySearchCondition
A representation of the model object 'SQL Search Condition'.
The following features are supported:
Negated Condition
Update Statement
Delete Statement
Table Joined
Combined Left
Combined Right
Query Select Having
Query Select Where
Value Expr Case Search Content
Nest
SQLQueryModelPackage.getQuerySearchCondition()
Method Summary | |
---|---|
SearchConditionCombined |
getCombinedLeft()
Returns the value of the 'Combined Left' container reference. |
SearchConditionCombined |
getCombinedRight()
Returns the value of the 'Combined Right' container reference. |
QueryDeleteStatement |
getDeleteStatement()
Returns the value of the 'Delete Statement' container reference. |
SearchConditionNested |
getNest()
Returns the value of the 'Nest' container reference. |
QuerySelect |
getQuerySelectHaving()
Returns the value of the 'Query Select Having' container reference. |
QuerySelect |
getQuerySelectWhere()
Returns the value of the 'Query Select Where' container reference. |
TableJoined |
getTableJoined()
Returns the value of the 'Table Joined' container reference. |
QueryUpdateStatement |
getUpdateStatement()
Returns the value of the 'Update Statement' container reference. |
ValueExpressionCaseSearchContent |
getValueExprCaseSearchContent()
Returns the value of the 'Value Expr Case Search Content' container reference. |
boolean |
isNegatedCondition()
Returns the value of the 'Negated Condition' attribute. |
void |
setCombinedLeft(SearchConditionCombined value)
Sets the value of the ' Combined Left ' container reference. |
void |
setCombinedRight(SearchConditionCombined value)
Sets the value of the ' Combined Right ' container reference. |
void |
setDeleteStatement(QueryDeleteStatement value)
Sets the value of the ' Delete Statement ' container reference. |
void |
setNegatedCondition(boolean value)
Sets the value of the ' Negated Condition ' attribute. |
void |
setNest(SearchConditionNested value)
Sets the value of the ' Nest ' container reference. |
void |
setQuerySelectHaving(QuerySelect value)
Sets the value of the ' Query Select Having ' container reference. |
void |
setQuerySelectWhere(QuerySelect value)
Sets the value of the ' Query Select Where ' container reference. |
void |
setTableJoined(TableJoined value)
Sets the value of the ' Table Joined ' container reference. |
void |
setUpdateStatement(QueryUpdateStatement value)
Sets the value of the ' Update Statement ' container reference. |
void |
setValueExprCaseSearchContent(ValueExpressionCaseSearchContent value)
Sets the value of the ' Value Expr Case Search Content ' container reference. |
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.expressions.SearchCondition |
---|
getSQL, setSQL |
Method Detail |
---|
boolean isNegatedCondition()
setNegatedCondition(boolean)
,
SQLQueryModelPackage.getQuerySearchCondition_NegatedCondition()
void setNegatedCondition(boolean value)
Negated Condition
' attribute.
value
- the new value of the 'Negated Condition' attribute.isNegatedCondition()
QueryUpdateStatement getUpdateStatement()
Where Clause
'.
If the meaning of the 'Update Statement' container reference isn't clear, there really should be more of a description here...
setUpdateStatement(QueryUpdateStatement)
,
SQLQueryModelPackage.getQuerySearchCondition_UpdateStatement()
,
QueryUpdateStatement.getWhereClause()
void setUpdateStatement(QueryUpdateStatement value)
Update Statement
' container reference.
value
- the new value of the 'Update Statement' container reference.getUpdateStatement()
QueryDeleteStatement getDeleteStatement()
Where Clause
'.
If the meaning of the 'Delete Statement' container reference isn't clear, there really should be more of a description here...
setDeleteStatement(QueryDeleteStatement)
,
SQLQueryModelPackage.getQuerySearchCondition_DeleteStatement()
,
QueryDeleteStatement.getWhereClause()
void setDeleteStatement(QueryDeleteStatement value)
Delete Statement
' container reference.
value
- the new value of the 'Delete Statement' container reference.getDeleteStatement()
TableJoined getTableJoined()
Join Condition
'.
If the meaning of the 'Table Joined' container reference isn't clear, there really should be more of a description here...
setTableJoined(TableJoined)
,
SQLQueryModelPackage.getQuerySearchCondition_TableJoined()
,
TableJoined.getJoinCondition()
void setTableJoined(TableJoined value)
Table Joined
' container reference.
value
- the new value of the 'Table Joined' container reference.getTableJoined()
SearchConditionCombined getCombinedLeft()
Left Condition
'.
If the meaning of the 'Combined Left' container reference isn't clear, there really should be more of a description here...
setCombinedLeft(SearchConditionCombined)
,
SQLQueryModelPackage.getQuerySearchCondition_CombinedLeft()
,
SearchConditionCombined.getLeftCondition()
void setCombinedLeft(SearchConditionCombined value)
Combined Left
' container reference.
value
- the new value of the 'Combined Left' container reference.getCombinedLeft()
SearchConditionCombined getCombinedRight()
Right Condition
'.
If the meaning of the 'Combined Right' container reference isn't clear, there really should be more of a description here...
setCombinedRight(SearchConditionCombined)
,
SQLQueryModelPackage.getQuerySearchCondition_CombinedRight()
,
SearchConditionCombined.getRightCondition()
void setCombinedRight(SearchConditionCombined value)
Combined Right
' container reference.
value
- the new value of the 'Combined Right' container reference.getCombinedRight()
QuerySelect getQuerySelectHaving()
Having Clause
'.
If the meaning of the 'Query Select Having' container reference isn't clear, there really should be more of a description here...
setQuerySelectHaving(QuerySelect)
,
SQLQueryModelPackage.getQuerySearchCondition_QuerySelectHaving()
,
QuerySelect.getHavingClause()
void setQuerySelectHaving(QuerySelect value)
Query Select Having
' container reference.
value
- the new value of the 'Query Select Having' container reference.getQuerySelectHaving()
QuerySelect getQuerySelectWhere()
Where Clause
'.
If the meaning of the 'Query Select Where' container reference isn't clear, there really should be more of a description here...
setQuerySelectWhere(QuerySelect)
,
SQLQueryModelPackage.getQuerySearchCondition_QuerySelectWhere()
,
QuerySelect.getWhereClause()
void setQuerySelectWhere(QuerySelect value)
Query Select Where
' container reference.
value
- the new value of the 'Query Select Where' container reference.getQuerySelectWhere()
ValueExpressionCaseSearchContent getValueExprCaseSearchContent()
Search Condition
'.
If the meaning of the 'Value Expr Case Search Content' container reference isn't clear, there really should be more of a description here...
setValueExprCaseSearchContent(ValueExpressionCaseSearchContent)
,
SQLQueryModelPackage.getQuerySearchCondition_ValueExprCaseSearchContent()
,
ValueExpressionCaseSearchContent.getSearchCondition()
void setValueExprCaseSearchContent(ValueExpressionCaseSearchContent value)
Value Expr Case Search Content
' container reference.
value
- the new value of the 'Value Expr Case Search Content' container reference.getValueExprCaseSearchContent()
SearchConditionNested getNest()
Nested Condition
'.
If the meaning of the 'Nest' container reference isn't clear, there really should be more of a description here...
setNest(SearchConditionNested)
,
SQLQueryModelPackage.getQuerySearchCondition_Nest()
,
SearchConditionNested.getNestedCondition()
void setNest(SearchConditionNested value)
Nest
' container reference.
value
- the new value of the 'Nest' container reference.getNest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |