| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean | |
| org.dbflute.cbean.ckey | |
| org.dbflute.cbean.sqlclause | |
| org.dbflute.cbean.sqlclause.join | |
| org.dbflute.cbean.sqlclause.query |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <CB extends ConditionBean> |
AbstractConditionBean.xcreateColQyClause(String leftColumn,
String operand,
String rightColumn,
HpCalcSpecification<CB> rightCalcSp) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractConditionQuery.registerWhereClause(QueryClause whereClause,
QueryUsedAliasInfo... usedAliasInfos) |
protected <CB extends ConditionBean> |
AbstractConditionBean.xregisterColQyClause(QueryClause queryClause,
HpCalcSpecification<CB> leftCalcSp,
HpCalcSpecification<CB> rightCalcSp) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected QueryClause |
ConditionKeyLessThanOrIsNull.buildBindClause(ColumnRealName columnRealName,
String location,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected QueryClause |
ConditionKeyLessEqualOrIsNull.buildBindClause(ColumnRealName columnRealName,
String location,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected QueryClause |
ConditionKeyGreaterThanOrIsNull.buildBindClause(ColumnRealName columnRealName,
String location,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected QueryClause |
ConditionKeyGreaterEqualOrIsNull.buildBindClause(ColumnRealName columnRealName,
String location,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected QueryClause |
ConditionKey.buildBindClause(ColumnRealName columnRealName,
String location,
ColumnFunctionCipher cipher,
ConditionOption option)
Build bind clause.
|
protected QueryClause |
ConditionKey.buildBindClauseOrIsNull(ColumnRealName columnRealName,
String location,
ColumnFunctionCipher cipher,
ConditionOption option)
Build bind clause with orIsNull condition.
|
protected QueryClause |
ConditionKeyIsNullOrEmpty.buildClauseWithoutValue(ColumnRealName columnRealName) |
protected QueryClause |
ConditionKey.buildClauseWithoutValue(ColumnRealName columnRealName)
Build clause without value.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ConditionKey.addWhereClause(ConditionValue.QueryModeProvider provider,
List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue cvalue,
ColumnFunctionCipher cipher,
ConditionOption option)
Add where clause.
|
protected void |
ConditionKeyNotInScope.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyNotEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyLikeSearch.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyLessThan.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyLessEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyIsNull.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyIsNotNull.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyInScope.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyGreaterThan.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyGreaterEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected abstract void |
ConditionKey.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue cvalue,
ColumnFunctionCipher cipher,
ConditionOption option)
Do adding where clause.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<QueryClause> |
AbstractSqlClause._backupWhereList
The backup list of where clause.
|
protected List<QueryClause> |
AbstractSqlClause._baseTableInlineWhereList
The list of in-line where clause for base table.
|
protected List<QueryClause> |
AbstractSqlClause._whereList
The list of where clause.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected List<QueryClause> |
AbstractSqlClause.getBaseTableInlineWhereClauseList4Register() |
protected List<QueryClause> |
AbstractSqlClause.getBaseTableInlineWhereList() |
protected List<QueryClause> |
AbstractSqlClause.getOuterJoinInlineWhereClauseList4Register(String foreignAliasName,
boolean onClause) |
protected List<QueryClause> |
AbstractSqlClause.getTmpOrAdditionalOnClauseList(String aliasName) |
protected List<QueryClause> |
AbstractSqlClause.getTmpOrBaseTableInlineWhereList() |
protected List<QueryClause> |
AbstractSqlClause.getTmpOrOuterJoinInlineClauseList(String aliasName) |
protected List<QueryClause> |
AbstractSqlClause.getTmpOrWhereList() |
protected List<QueryClause> |
AbstractSqlClause.getWhereClauseList4Register() |
protected List<QueryClause> |
AbstractSqlClause.getWhereList() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractSqlClause.doRegisterWhereClause(List<QueryClause> clauseList,
QueryClause clause) |
void |
SqlClause.registerWhereClause(QueryClause clause,
QueryUsedAliasInfo... usedAliasInfos)
Register 'where' clause.
|
void |
AbstractSqlClause.registerWhereClause(QueryClause clause,
QueryUsedAliasInfo... usedAliasInfos)
Register 'where' clause.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractSqlClause.doRegisterWhereClause(List<QueryClause> clauseList,
ColumnRealName columnRealName,
ConditionKey key,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option,
boolean inline,
boolean onClause) |
protected void |
AbstractSqlClause.doRegisterWhereClause(List<QueryClause> clauseList,
QueryClause clause) |
protected void |
AbstractSqlClause.doRegisterWhereClause(List<QueryClause> clauseList,
String clause) |
protected String |
AbstractSqlClause.getInlineViewClause(TableSqlName inlineTableSqlName,
List<QueryClause> inlineWhereClauseList,
int tablePos) |
protected void |
AbstractSqlClause.markOrScopeQueryAndPart(List<QueryClause> clauseList) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<QueryClause> |
LeftOuterJoinInfo._additionalOnClauseList |
protected List<QueryClause> |
LeftOuterJoinInfo._inlineWhereClauseList |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<QueryClause> |
LeftOuterJoinInfo.getAdditionalOnClauseList() |
List<QueryClause> |
LeftOuterJoinInfo.getInlineWhereClauseList() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
LeftOuterJoinInfo.addAdditionalOnClause(QueryClause additionalOnClause) |
void |
LeftOuterJoinInfo.addInlineWhereClause(QueryClause inlineWhereClause) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
OrScopeQueryAndPartQueryClause |
class |
StringQueryClause |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected QueryClause |
OrScopeQueryAndPartQueryClause._clause |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<QueryClause> |
OrScopeQueryReflector._baseTableInlineWhereList |
protected List<QueryClause> |
OrScopeQueryClauseGroup._orClauseList |
protected Map<String,List<QueryClause>> |
OrScopeQueryInfo._tmpOrAdditionalOnClauseListMap |
protected List<QueryClause> |
OrScopeQueryInfo._tmpOrBaseTableInlineWhereList |
protected Map<String,List<QueryClause>> |
OrScopeQueryInfo._tmpOrOuterJoinInlineClauseListMap |
protected List<QueryClause> |
OrScopeQueryInfo._tmpOrWhereList |
protected List<QueryClause> |
OrScopeQueryReflector._whereList |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<QueryClause> |
OrScopeQueryClauseGroup.getOrClauseList() |
List<QueryClause> |
OrScopeQueryInfo.getTmpOrAdditionalOnClauseList(String aliasName) |
Map<String,List<QueryClause>> |
OrScopeQueryInfo.getTmpOrAdditionalOnClauseListMap() |
List<QueryClause> |
OrScopeQueryInfo.getTmpOrBaseTableInlineWhereList() |
List<QueryClause> |
OrScopeQueryInfo.getTmpOrOuterJoinInlineClauseList(String aliasName) |
Map<String,List<QueryClause>> |
OrScopeQueryInfo.getTmpOrOuterJoinInlineClauseListMap() |
List<QueryClause> |
OrScopeQueryInfo.getTmpOrWhereList() |
List<QueryClause> |
OrScopeQueryClauseListProvider.provide(OrScopeQueryInfo tmpOrScopeQueryInfo) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
OrScopeQueryClauseGroup.setOrClauseList(List<QueryClause> orClauseList) |
void |
OrScopeQueryInfo.setTmpOrAdditionalOnClauseListMap(Map<String,List<QueryClause>> tmpOrAdditionalOnClauseListMap) |
void |
OrScopeQueryInfo.setTmpOrBaseTableInlineWhereList(List<QueryClause> tmpOrBaseTableInlineWhereList) |
void |
OrScopeQueryInfo.setTmpOrOuterJoinInlineClauseListMap(Map<String,List<QueryClause>> tmpOrOuterJoinInlineClauseListMap) |
void |
OrScopeQueryInfo.setTmpOrWhereList(List<QueryClause> tmpOrWhereList) |
void |
OrScopeQuerySetupper.setupOrScopeQuery(List<OrScopeQueryClauseGroup> clauseGroupList,
List<QueryClause> realList,
boolean line) |
protected void |
OrScopeQueryReflector.setupOrScopeQuery(List<OrScopeQueryClauseGroup> clauseGroupList,
List<QueryClause> realList,
boolean line) |
| コンストラクタと説明 |
|---|
OrScopeQueryAndPartQueryClause(QueryClause clause,
int identity) |
| コンストラクタと説明 |
|---|
OrScopeQueryReflector(List<QueryClause> whereList,
List<QueryClause> baseTableInlineWhereList,
Map<String,LeftOuterJoinInfo> outerJoinMap) |
OrScopeQueryReflector(List<QueryClause> whereList,
List<QueryClause> baseTableInlineWhereList,
Map<String,LeftOuterJoinInfo> outerJoinMap) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.