public class OrScopeQueryReflector extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<QueryClause> |
_baseTableInlineWhereList |
protected Map<String,LeftOuterJoinInfo> |
_outerJoinMap |
protected OrScopeQuerySetupper |
_setupper |
protected List<QueryClause> |
_whereList |
| コンストラクタと説明 |
|---|
OrScopeQueryReflector(List<QueryClause> whereList,
List<QueryClause> baseTableInlineWhereList,
Map<String,LeftOuterJoinInfo> outerJoinMap) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
reflectTmpOrClauseToRealObject(OrScopeQueryInfo localInfo) |
protected void |
setupOrScopeQuery(List<OrScopeQueryClauseGroup> clauseGroupList,
List<QueryClause> realList,
boolean line) |
protected List<OrScopeQueryClauseGroup> |
setupTmpOrListList(OrScopeQueryInfo parentInfo,
OrScopeQueryClauseListProvider provider) |
protected final List<QueryClause> _whereList
protected final List<QueryClause> _baseTableInlineWhereList
protected final Map<String,LeftOuterJoinInfo> _outerJoinMap
protected final OrScopeQuerySetupper _setupper
public OrScopeQueryReflector(List<QueryClause> whereList, List<QueryClause> baseTableInlineWhereList, Map<String,LeftOuterJoinInfo> outerJoinMap)
public void reflectTmpOrClauseToRealObject(OrScopeQueryInfo localInfo)
protected List<OrScopeQueryClauseGroup> setupTmpOrListList(OrScopeQueryInfo parentInfo, OrScopeQueryClauseListProvider provider)
protected void setupOrScopeQuery(List<OrScopeQueryClauseGroup> clauseGroupList, List<QueryClause> realList, boolean line)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.