|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.dbflute.cbean.AbstractConditionQuery
org.seasar.robot.db.cbean.cq.bs.AbstractBsUrlFilterCQ
public abstract class AbstractBsUrlFilterCQ
The abstract condition-query of URL_FILTER.
入れ子のクラスの概要 |
---|
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承された入れ子のクラス/インタフェース |
---|
org.seasar.robot.dbflute.cbean.AbstractConditionQuery.GeneralColumnRealNameProvider, org.seasar.robot.dbflute.cbean.AbstractConditionQuery.NssCall, org.seasar.robot.dbflute.cbean.AbstractConditionQuery.OracleMatchLikeSearch, org.seasar.robot.dbflute.cbean.AbstractConditionQuery.PostgreSQLMatchLikeSearch |
フィールドの概要 |
---|
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたフィールド |
---|
_aliasName, _foreignPropertyName, _inline, _nestLevel, _onClause, _parameterOptionMap, _referrerQuery, _relationPath, _sqlClause, _subQueryLevel, _unionAllQueryMap, _unionQueryMap, CK_EQ, CK_GE, CK_GT, CK_INS, CK_ISN, CK_ISNN, CK_LE, CK_LS, CK_LT, CK_NES, CK_NET, CK_NINS, CK_NLS, CQ_PROPERTY, DOBJ |
コンストラクタの概要 | |
---|---|
AbstractBsUrlFilterCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery,
org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause,
String aliasName,
int nestLevel)
|
メソッドの概要 | |
---|---|
protected void |
doSetFilterType_Equal(String filterType)
|
void |
doSetFilterType_InScope(Collection<String> filterTypeList)
|
protected void |
doSetFilterType_NotEqual(String filterType)
|
void |
doSetFilterType_NotInScope(Collection<String> filterTypeList)
|
protected void |
doSetId_Equal(Long id)
|
protected void |
doSetId_InScope(Collection<Long> idList)
|
protected void |
doSetId_NotEqual(Long id)
|
protected void |
doSetId_NotInScope(Collection<Long> idList)
|
protected void |
doSetSessionId_Equal(String sessionId)
|
void |
doSetSessionId_InScope(Collection<String> sessionIdList)
|
protected void |
doSetSessionId_NotEqual(String sessionId)
|
void |
doSetSessionId_NotInScope(Collection<String> sessionIdList)
|
protected void |
doSetUrl_Equal(String url)
|
void |
doSetUrl_InScope(Collection<String> urlList)
|
protected void |
doSetUrl_NotEqual(String url)
|
void |
doSetUrl_NotInScope(Collection<String> urlList)
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueCreateTime()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueFilterType()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueId()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueSessionId()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueUrl()
|
String |
getTableDbName()
|
abstract String |
keepMyselfInScopeRelation(UrlFilterCQ subQuery)
|
abstract String |
keepScalarCondition(UrlFilterCQ subQuery)
|
void |
myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery)
Myself InScope (SubQuery). |
protected void |
regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
Object v)
|
protected void |
regFilterType(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
Object v)
|
protected void |
regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
Object v)
|
protected void |
regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
Object v)
|
protected void |
regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
Object v)
|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_Equal()
Prepare ScalarCondition as equal. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_GreaterEqual()
Prepare ScalarCondition as greaterEqual. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_GreaterThan()
Prepare ScalarCondition as greaterThan. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_LessEqual()
Prepare ScalarCondition as lessEqual. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_LessThan()
Prepare ScalarCondition as lessThan. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_NotEqual()
Prepare ScalarCondition as equal. |
void |
setCreateTime_DateFromTo(Date fromDate,
Date toDate)
DateFromTo. |
void |
setCreateTime_Equal(Timestamp createTime)
Equal(=). |
void |
setCreateTime_FromTo(Date fromDatetime,
Date toDatetime,
org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo with various options. |
void |
setCreateTime_GreaterEqual(Timestamp createTime)
GreaterEqual(>=). |
void |
setCreateTime_GreaterThan(Timestamp createTime)
GreaterThan(>). |
void |
setCreateTime_LessEqual(Timestamp createTime)
LessEqual(<=). |
void |
setCreateTime_LessThan(Timestamp createTime)
LessThan(<). |
void |
setFilterType_Equal(String filterType)
Equal(=). |
void |
setFilterType_GreaterEqual(String filterType)
GreaterEqual(>=). |
void |
setFilterType_GreaterThan(String filterType)
GreaterThan(>). |
void |
setFilterType_InScope(Collection<String> filterTypeList)
InScope(in ('a', 'b')). |
void |
setFilterType_LessEqual(String filterType)
LessEqual(<=). |
void |
setFilterType_LessThan(String filterType)
LessThan(<). |
void |
setFilterType_LikeSearch(String filterType,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. |
void |
setFilterType_NotEqual(String filterType)
NotEqual(<>). |
void |
setFilterType_NotInScope(Collection<String> filterTypeList)
NotInScope(not in ('a', 'b')). |
void |
setFilterType_NotLikeSearch(String filterType,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. |
void |
setFilterType_PrefixSearch(String filterType)
PrefixSearch(like 'xxx%' escape ...). |
void |
setId_Equal(Long id)
Equal(=). |
void |
setId_GreaterEqual(Long id)
GreaterEqual(>=). |
void |
setId_GreaterThan(Long id)
GreaterThan(>). |
void |
setId_InScope(Collection<Long> idList)
InScope(in (1, 2)). |
void |
setId_IsNotNull()
IsNotNull(is not null). |
void |
setId_IsNull()
IsNull(is null). |
void |
setId_LessEqual(Long id)
LessEqual(<=). |
void |
setId_LessThan(Long id)
LessThan(<). |
void |
setId_NotEqual(Long id)
NotEqual(<>). |
void |
setId_NotInScope(Collection<Long> idList)
NotInScope(not in (1, 2)). |
void |
setSessionId_Equal(String sessionId)
Equal(=). |
void |
setSessionId_GreaterEqual(String sessionId)
GreaterEqual(>=). |
void |
setSessionId_GreaterThan(String sessionId)
GreaterThan(>). |
void |
setSessionId_InScope(Collection<String> sessionIdList)
InScope(in ('a', 'b')). |
void |
setSessionId_LessEqual(String sessionId)
LessEqual(<=). |
void |
setSessionId_LessThan(String sessionId)
LessThan(<). |
void |
setSessionId_LikeSearch(String sessionId,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. |
void |
setSessionId_NotEqual(String sessionId)
NotEqual(<>). |
void |
setSessionId_NotInScope(Collection<String> sessionIdList)
NotInScope(not in ('a', 'b')). |
void |
setSessionId_NotLikeSearch(String sessionId,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. |
void |
setSessionId_PrefixSearch(String sessionId)
PrefixSearch(like 'xxx%' escape ...). |
void |
setUrl_Equal(String url)
Equal(=). |
void |
setUrl_GreaterEqual(String url)
GreaterEqual(>=). |
void |
setUrl_GreaterThan(String url)
GreaterThan(>). |
void |
setUrl_InScope(Collection<String> urlList)
InScope(in ('a', 'b')). |
void |
setUrl_LessEqual(String url)
LessEqual(<=). |
void |
setUrl_LessThan(String url)
LessThan(<). |
void |
setUrl_LikeSearch(String url,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. |
void |
setUrl_NotEqual(String url)
NotEqual(<>). |
void |
setUrl_NotInScope(Collection<String> urlList)
NotInScope(not in ('a', 'b')). |
void |
setUrl_NotLikeSearch(String url,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. |
void |
setUrl_PrefixSearch(String url)
PrefixSearch(like 'xxx%' escape ...). |
protected String |
xabCB()
|
protected String |
xabCQ()
|
protected String |
xabLSO()
|
protected String |
xabSSQS()
|
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
xcreateSSQFunction(String operand)
|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider |
xgetDBMetaProvider()
|
protected void |
xscalarCondition(String function,
org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery,
String operand)
|
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたメソッド |
---|
assertAliasName, assertColumnName, assertFunctionNotNull, assertObjectNotNull, assertOrderByPurpose, assertStringNotNullAndNotTrimmedEmpty, assertSubQueryNotNull, cLSOP, createCBExThrower, createFixedConditionResolver, cTL, cTNum, cTNumL, cTStrL, doInvokeForeignCQ, doInvokeHasForeignCQ, doInvokeQuery, doNss, fCTPD, filterConvertToPureDate, filterRemoveEmptyString, findDBMeta, fRES, getInternalUnionAllQueryMap, getInternalUnionQueryMap, getOptionParameterMap, hasUnionQueryOrUnionAllQuery, hSC, initCap, initUncap, innerJoin, invokeForeignCQ, invokeHasForeignCQ, invokeOrderBy, invokeQuery, invokeQuery, invokeQueryEqual, invokeQueryLikeSearch, invokeValue, isBaseQuery, isEmptyStringQueryAllowed, isInScopeRelationSuppressLocalAliasName, isValidQuery, ln, nCV, newArrayList, newArrayList, newArrayList, newConditionValue, newHashMap, newLinkedHashMap, reflectRelationOnUnionQuery, regFTQ, regINS, regIQ, regIQ, registerExistsReferrer, registerExistsReferrer, registerInlineWhereClause, registerInScopeRelation, registerInScopeRelation, registerLikeSearchQuery, registerNotExistsReferrer, registerNotInScopeRelation, registerOrderBy, registerOuterJoin, registerOuterJoin, registerParameterOption, registerQueryDerivedReferrer, registerScalarCondition, registerSpecifiedDerivedOrderBy_Asc, registerSpecifiedDerivedOrderBy_Desc, registerSpecifyDerivedReferrer, registerUnionQuery, registerWhereClause, regLSQ, regOBA, regOBD, regQ, regQ, replaceString, resolveJoinAliasName, resolveNextRelationPath, setupConditionValueAndRegisterWhereClause, setupConditionValueAndRegisterWhereClause, throwInvalidQueryRegisteredException, throwLikeSearchOptionNotFoundException, throwOrderByIllegalPurposeException, throwSpecifiedDerivedOrderByAliasNameNotFoundException, toColumnRealName, toColumnSqlName, toString, withManualOrder, withNullsFirst, withNullsLast, xcreateInvalidQueryInfo, xcreateMatchLikeSearch, xcreateOracleMatchLikeSearch, xcreatePostgreSQLMatchLikeSearch, xcreateQueryModeProvider, xcreateUnionMapPmb, xdoMatchByLikeSearch, xdoMatchForMySQL, xescapeFullTextSearchValue, xescapeOracleFullTextSearchValue, xgetAliasName, xgetForeignPropertyName, xgetLocation, xgetLocationBase, xgetNestLevel, xgetNextNestLevel, xgetPostgreSQLMatchOperand, xgetReferrerQuery, xgetRelationPath, xgetSqlClause, xgetUnionQuerySql, xsetForeignPropertyName, xsetOnClause, xsetRelationPath, xsetUnionAllQuery, xsetUnionQuery, xsetupUnion, xsuppressEscape |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public AbstractBsUrlFilterCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery, org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause, String aliasName, int nestLevel)
メソッドの詳細 |
---|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider xgetDBMetaProvider()
org.seasar.robot.dbflute.cbean.AbstractConditionQuery
内の xgetDBMetaProvider
public String getTableDbName()
public void setId_Equal(Long id)
id
- The value of id as equal.protected void doSetId_Equal(Long id)
public void setId_NotEqual(Long id)
id
- The value of id as notEqual.protected void doSetId_NotEqual(Long id)
public void setId_GreaterThan(Long id)
id
- The value of id as greaterThan.public void setId_LessThan(Long id)
id
- The value of id as lessThan.public void setId_GreaterEqual(Long id)
id
- The value of id as greaterEqual.public void setId_LessEqual(Long id)
id
- The value of id as lessEqual.public void setId_InScope(Collection<Long> idList)
idList
- The collection of id as inScope.protected void doSetId_InScope(Collection<Long> idList)
public void setId_NotInScope(Collection<Long> idList)
idList
- The collection of id as notInScope.protected void doSetId_NotInScope(Collection<Long> idList)
public void setId_IsNull()
public void setId_IsNotNull()
protected void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()
public void setSessionId_Equal(String sessionId)
sessionId
- The value of sessionId as equal.protected void doSetSessionId_Equal(String sessionId)
public void setSessionId_NotEqual(String sessionId)
sessionId
- The value of sessionId as notEqual.protected void doSetSessionId_NotEqual(String sessionId)
public void setSessionId_GreaterThan(String sessionId)
sessionId
- The value of sessionId as greaterThan.public void setSessionId_LessThan(String sessionId)
sessionId
- The value of sessionId as lessThan.public void setSessionId_GreaterEqual(String sessionId)
sessionId
- The value of sessionId as greaterEqual.public void setSessionId_LessEqual(String sessionId)
sessionId
- The value of sessionId as lessEqual.public void setSessionId_InScope(Collection<String> sessionIdList)
sessionIdList
- The collection of sessionId as inScope.public void doSetSessionId_InScope(Collection<String> sessionIdList)
public void setSessionId_NotInScope(Collection<String> sessionIdList)
sessionIdList
- The collection of sessionId as notInScope.public void doSetSessionId_NotInScope(Collection<String> sessionIdList)
public void setSessionId_PrefixSearch(String sessionId)
sessionId
- The value of sessionId as prefixSearch.public void setSessionId_LikeSearch(String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setSessionId_NotLikeSearch(String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()
public void setUrl_Equal(String url)
url
- The value of url as equal.protected void doSetUrl_Equal(String url)
public void setUrl_NotEqual(String url)
url
- The value of url as notEqual.protected void doSetUrl_NotEqual(String url)
public void setUrl_GreaterThan(String url)
url
- The value of url as greaterThan.public void setUrl_LessThan(String url)
url
- The value of url as lessThan.public void setUrl_GreaterEqual(String url)
url
- The value of url as greaterEqual.public void setUrl_LessEqual(String url)
url
- The value of url as lessEqual.public void setUrl_InScope(Collection<String> urlList)
urlList
- The collection of url as inScope.public void doSetUrl_InScope(Collection<String> urlList)
public void setUrl_NotInScope(Collection<String> urlList)
urlList
- The collection of url as notInScope.public void doSetUrl_NotInScope(Collection<String> urlList)
public void setUrl_PrefixSearch(String url)
url
- The value of url as prefixSearch.public void setUrl_LikeSearch(String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setUrl_NotLikeSearch(String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueUrl()
public void setFilterType_Equal(String filterType)
filterType
- The value of filterType as equal.protected void doSetFilterType_Equal(String filterType)
public void setFilterType_NotEqual(String filterType)
filterType
- The value of filterType as notEqual.protected void doSetFilterType_NotEqual(String filterType)
public void setFilterType_GreaterThan(String filterType)
filterType
- The value of filterType as greaterThan.public void setFilterType_LessThan(String filterType)
filterType
- The value of filterType as lessThan.public void setFilterType_GreaterEqual(String filterType)
filterType
- The value of filterType as greaterEqual.public void setFilterType_LessEqual(String filterType)
filterType
- The value of filterType as lessEqual.public void setFilterType_InScope(Collection<String> filterTypeList)
filterTypeList
- The collection of filterType as inScope.public void doSetFilterType_InScope(Collection<String> filterTypeList)
public void setFilterType_NotInScope(Collection<String> filterTypeList)
filterTypeList
- The collection of filterType as notInScope.public void doSetFilterType_NotInScope(Collection<String> filterTypeList)
public void setFilterType_PrefixSearch(String filterType)
filterType
- The value of filterType as prefixSearch.public void setFilterType_LikeSearch(String filterType, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
filterType
- The value of filterType as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setFilterType_NotLikeSearch(String filterType, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
filterType
- The value of filterType as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regFilterType(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueFilterType()
public void setCreateTime_Equal(Timestamp createTime)
createTime
- The value of createTime as equal.public void setCreateTime_GreaterThan(Timestamp createTime)
createTime
- The value of createTime as greaterThan.public void setCreateTime_LessThan(Timestamp createTime)
createTime
- The value of createTime as lessThan.public void setCreateTime_GreaterEqual(Timestamp createTime)
createTime
- The value of createTime as greaterEqual.public void setCreateTime_LessEqual(Timestamp createTime)
createTime
- The value of createTime as lessEqual.public void setCreateTime_FromTo(Date fromDatetime, Date toDatetime, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
fromDatetime
- The from-datetime(yyyy/MM/dd HH:mm:ss.SSS) of createTime. (NullAllowed)toDatetime
- The to-datetime(yyyy/MM/dd HH:mm:ss.SSS) of createTime. (NullAllowed)fromToOption
- The option of from-to. (NotNull)public void setCreateTime_DateFromTo(Date fromDate, Date toDate)
ex) from:{2007/04/10 08:24:53} to:{2007/04/16 14:36:29}
--> column >= '2007/04/10 00:00:00'
and column < '2007/04/17 00:00:00'
fromDate
- The from-date(yyyy/MM/dd) of createTime. (NullAllowed)toDate
- The to-date(yyyy/MM/dd) of createTime. (NullAllowed)protected void regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_Equal()
cb.query().scalar_Equal().max(new SubQuery<UrlFilterCB>() { public void query(UrlFilterCB subCB) { subCB.specify().setXxx... // derived column for function subCB.query().setYyy... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_NotEqual()
cb.query().scalar_NotEqual().max(new SubQuery<UrlFilterCB>() { public void query(UrlFilterCB subCB) { subCB.specify().setXxx... // derived column for function subCB.query().setYyy... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_GreaterThan()
cb.query().scalar_GreaterThan().max(new SubQuery<UrlFilterCB>() { public void query(UrlFilterCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_LessThan()
cb.query().scalar_LessThan().max(new SubQuery<UrlFilterCB>() { public void query(UrlFilterCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_GreaterEqual()
cb.query().scalar_GreaterEqual().max(new SubQuery<UrlFilterCB>() { public void query(UrlFilterCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_LessEqual()
cb.query().scalar_LessEqual().max(new SubQuery<UrlFilterCB>() { public void query(UrlFilterCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> xcreateSSQFunction(String operand)
protected void xscalarCondition(String function, org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery, String operand)
public abstract String keepScalarCondition(UrlFilterCQ subQuery)
public void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery)
subQuery
- The implementation of sub query. (NotNull)public abstract String keepMyselfInScopeRelation(UrlFilterCQ subQuery)
protected String xabCB()
protected String xabCQ()
protected String xabLSO()
protected String xabSSQS()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |