public class OrScopeQueryInfo extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<OrScopeQueryInfo> |
_childInfoList |
protected OrScopeQueryInfo |
_parentInfo |
protected Map<String,List<QueryClause>> |
_tmpOrAdditionalOnClauseListMap |
protected List<QueryClause> |
_tmpOrBaseTableInlineWhereList |
protected Map<String,List<QueryClause>> |
_tmpOrOuterJoinInlineClauseListMap |
protected List<QueryClause> |
_tmpOrWhereList |
| コンストラクタと説明 |
|---|
OrScopeQueryInfo() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addChildInfo(OrScopeQueryInfo childInfo) |
List<OrScopeQueryInfo> |
getChildInfoList() |
OrScopeQueryInfo |
getParentInfo() |
List<QueryClause> |
getTmpOrAdditionalOnClauseList(String aliasName) |
Map<String,List<QueryClause>> |
getTmpOrAdditionalOnClauseListMap() |
List<QueryClause> |
getTmpOrBaseTableInlineWhereList() |
List<QueryClause> |
getTmpOrOuterJoinInlineClauseList(String aliasName) |
Map<String,List<QueryClause>> |
getTmpOrOuterJoinInlineClauseListMap() |
List<QueryClause> |
getTmpOrWhereList() |
boolean |
hasChildInfo() |
void |
setParentInfo(OrScopeQueryInfo parentInfo) |
void |
setTmpOrAdditionalOnClauseListMap(Map<String,List<QueryClause>> tmpOrAdditionalOnClauseListMap) |
void |
setTmpOrBaseTableInlineWhereList(List<QueryClause> tmpOrBaseTableInlineWhereList) |
void |
setTmpOrOuterJoinInlineClauseListMap(Map<String,List<QueryClause>> tmpOrOuterJoinInlineClauseListMap) |
void |
setTmpOrWhereList(List<QueryClause> tmpOrWhereList) |
protected List<QueryClause> _tmpOrWhereList
protected List<QueryClause> _tmpOrBaseTableInlineWhereList
protected Map<String,List<QueryClause>> _tmpOrAdditionalOnClauseListMap
protected Map<String,List<QueryClause>> _tmpOrOuterJoinInlineClauseListMap
protected OrScopeQueryInfo _parentInfo
protected List<OrScopeQueryInfo> _childInfoList
public List<QueryClause> getTmpOrAdditionalOnClauseList(String aliasName)
public List<QueryClause> getTmpOrOuterJoinInlineClauseList(String aliasName)
public List<QueryClause> getTmpOrWhereList()
public void setTmpOrWhereList(List<QueryClause> tmpOrWhereList)
public List<QueryClause> getTmpOrBaseTableInlineWhereList()
public void setTmpOrBaseTableInlineWhereList(List<QueryClause> tmpOrBaseTableInlineWhereList)
public Map<String,List<QueryClause>> getTmpOrAdditionalOnClauseListMap()
public void setTmpOrAdditionalOnClauseListMap(Map<String,List<QueryClause>> tmpOrAdditionalOnClauseListMap)
public Map<String,List<QueryClause>> getTmpOrOuterJoinInlineClauseListMap()
public void setTmpOrOuterJoinInlineClauseListMap(Map<String,List<QueryClause>> tmpOrOuterJoinInlineClauseListMap)
public boolean hasChildInfo()
public OrScopeQueryInfo getParentInfo()
public void setParentInfo(OrScopeQueryInfo parentInfo)
public List<OrScopeQueryInfo> getChildInfoList()
public void addChildInfo(OrScopeQueryInfo childInfo)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.