org.seasar.robot.db.cbean.cq.bs
クラス AbstractBsAccessResultDataCQ

java.lang.Object
  上位を拡張 org.seasar.robot.dbflute.cbean.AbstractConditionQuery
      上位を拡張 org.seasar.robot.db.cbean.cq.bs.AbstractBsAccessResultDataCQ
すべての実装されたインタフェース:
org.seasar.robot.dbflute.cbean.ConditionQuery
直系の既知のサブクラス:
AccessResultDataCIQ, BsAccessResultDataCQ

public abstract class AbstractBsAccessResultDataCQ
extends org.seasar.robot.dbflute.cbean.AbstractConditionQuery

The abstract condition-query of ACCESS_RESULT_DATA.

作成者:
DBFlute(AutoGenerator)

入れ子のクラスの概要
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承された入れ子のクラス/インタフェース
org.seasar.robot.dbflute.cbean.AbstractConditionQuery.NssCall
 
フィールドの概要
protected  org.seasar.robot.dbflute.dbmeta.DBMetaProvider _dbmetaProvider
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたフィールド
_aliasName, _foreignPropertyName, _nestLevel, _onClauseInline, _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_NE, CK_NINS, CK_NLS, CQ_PROPERTY, DOBJ
 
コンストラクタの概要
AbstractBsAccessResultDataCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery, org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause, java.lang.String aliasName, int nestLevel)
           
 
メソッドの概要
protected  void doSetEncoding_Equal(java.lang.String encoding)
           
protected  void doSetEncoding_NotEqual(java.lang.String encoding)
           
protected  void doSetTransformerName_Equal(java.lang.String transformerName)
           
protected  void doSetTransformerName_NotEqual(java.lang.String transformerName)
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueData()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueEncoding()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueTransformerName()
           
protected  org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
           
 java.lang.String getTableDbName()
           
 java.lang.String getTableSqlName()
           
 void inScopeAccessResult(org.seasar.robot.dbflute.cbean.SubQuery<AccessResultCB> subQuery)
           
abstract  java.lang.String keepId_InScopeSubQuery_AccessResult(AccessResultCQ subQuery)
           
abstract  java.lang.String keepMyselfInScopeSubQuery(AccessResultDataCQ subQuery)
           
abstract  java.lang.String keepScalarSubQuery(AccessResultDataCQ subQuery)
           
 void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<AccessResultDataCB> subQuery)
          Myself InScope SubQuery.
protected  void regData(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regEncoding(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regTransformerName(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_Equal()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_GreaterEqual()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_GreaterThan()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_LessEqual()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_LessThan()
           
 void setData_IsNotNull()
          IsNotNull(is not null).
 void setData_IsNull()
          IsNull(is null).
 void setEncoding_Equal(java.lang.String encoding)
          Equal(=).
 void setEncoding_GreaterEqual(java.lang.String encoding)
          GreaterEqual(>=).
 void setEncoding_GreaterThan(java.lang.String encoding)
          GreaterThan(>).
 void setEncoding_InScope(java.util.Collection<java.lang.String> encodingList)
          InScope(in ('a', 'b')).
 void setEncoding_IsNotNull()
          IsNotNull(is not null).
 void setEncoding_IsNull()
          IsNull(is null).
 void setEncoding_LessEqual(java.lang.String encoding)
          LessEqual(<=).
 void setEncoding_LessThan(java.lang.String encoding)
          LessThan(<).
 void setEncoding_LikeSearch(java.lang.String encoding, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch(like 'xxx%' escape ...).
 void setEncoding_NotEqual(java.lang.String encoding)
          NotEqual(!
 void setEncoding_NotInScope(java.util.Collection<java.lang.String> encodingList)
          NotInScope(not in ('a', 'b')).
 void setEncoding_NotLikeSearch(java.lang.String encoding, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch(not like 'xxx%' escape ...).
 void setEncoding_PrefixSearch(java.lang.String encoding)
          PrefixSearch(like 'xxx%' escape ...).
 void setId_Equal(java.lang.Long id)
          Equal(=).
 void setId_GreaterEqual(java.lang.Long id)
          GreaterEqual(>=).
 void setId_GreaterThan(java.lang.Long id)
          GreaterThan(>).
 void setId_InScope(java.util.Collection<java.lang.Long> idList)
          InScope(in (1, 2)).
 void setId_IsNotNull()
          IsNotNull(is not null).
 void setId_IsNull()
          IsNull(is null).
 void setId_LessEqual(java.lang.Long id)
          LessEqual(<=).
 void setId_LessThan(java.lang.Long id)
          LessThan(<).
 void setId_NotEqual(java.lang.Long id)
          NotEqual(!
 void setId_NotInScope(java.util.Collection<java.lang.Long> idList)
          NotInScope(not in (1, 2)).
 void setTransformerName_Equal(java.lang.String transformerName)
          Equal(=).
 void setTransformerName_GreaterEqual(java.lang.String transformerName)
          GreaterEqual(>=).
 void setTransformerName_GreaterThan(java.lang.String transformerName)
          GreaterThan(>).
 void setTransformerName_InScope(java.util.Collection<java.lang.String> transformerNameList)
          InScope(in ('a', 'b')).
 void setTransformerName_LessEqual(java.lang.String transformerName)
          LessEqual(<=).
 void setTransformerName_LessThan(java.lang.String transformerName)
          LessThan(<).
 void setTransformerName_LikeSearch(java.lang.String transformerName, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch(like 'xxx%' escape ...).
 void setTransformerName_NotEqual(java.lang.String transformerName)
          NotEqual(!
 void setTransformerName_NotInScope(java.util.Collection<java.lang.String> transformerNameList)
          NotInScope(not in ('a', 'b')).
 void setTransformerName_NotLikeSearch(java.lang.String transformerName, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch(not like 'xxx%' escape ...).
 void setTransformerName_PrefixSearch(java.lang.String transformerName)
          PrefixSearch(like 'xxx%' escape ...).
protected  org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> xcreateSSQFunction(java.lang.String operand)
           
protected  void xscalarSubQuery(java.lang.String function, org.seasar.robot.dbflute.cbean.SubQuery<AccessResultDataCB> subQuery, java.lang.String operand)
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたメソッド
assertAliasName, assertColumnName, assertObjectNotNull, assertQueryDerivedReferrerColumnType, assertScalarSubQueryColumnType, assertSpecifyDerivedReferrerColumnType, assertStringNotNullAndNotTrimmedEmpty, buildCorrelationSubQueryFromWhereClause, buildCorrelationSubQueryFromWhereClause, buildPlainSubQueryFromWhereClause, buildRealColumnName, cLSOP, convertObjectArrayToStringView, cTL, doNss, findDBMeta, fRES, fxcKey, getAliasName, getExistsSubQueryRealColumnName, getExistsSubQuerySql, getExistsSubQuerySql, getForeignPropertyName, getInScopeSubQueryRealColumnName, getInScopeSubQuerySql, getLocation, getLocationBase, getLocationBase, getNestLevel, getNextNestLevel, getQueryDerivedReferrerRealColumnName, getQueryDerivedReferrerSubQuerySql, getRealAliasName, getRealColumnName, getReferrerQuery, getRelationPath, getScalarSubQueryRealColumnName, getScalarSubQuerySql, getSpecifyDerivedReferrerRealColumnName, getSpecifyDerivedReferrerSubQuerySql, getSqlClause, getSubQueryLevel, getUnionAllQueryList, getUnionAllQueryMap, getUnionQueryList, getUnionQueryMap, getUnionQuerySql, hasUnionQueryOrUnionAllQuery, initCap, initUncap, innerJoin, invokeForeignCQ, invokeOrderBy, invokeQuery, invokeQueryLikeSearch, invokeValue, isBaseQuery, ln, nCV, newArrayList, newArrayList, newArrayList, newLinkedHashMap, ppFxCd, reflectRelationOnUnionQuery, regFTQ, regINS, regIQ, regIQ, registerExistsSubQuery, registerExistsSubQuery, registerInlineWhereClause, registerInScopeSubQuery, registerInScopeSubQuery, registerLikeSearchQuery, registerNotExistsSubQuery, registerNotInScopeSubQuery, registerOrderBy, registerOuterJoin, registerQueryDerivedReferrer, registerScalarSubQuery, registerSpecifiedDerivedOrderBy_Asc, registerSpecifiedDerivedOrderBy_Desc, registerSpecifyDerivedReferrer, registerUnionQuery, registerWhereClause, regLSQ, regOBA, regOBD, regQ, regQ, replaceString, resolveJoinAliasName, resolveNestLevelExpression, resolveNextRelationPath, setupConditionValueAndRegisterWhereClause, setupConditionValueAndRegisterWhereClause, throwLikeSearchOptionNotFoundException, throwQueryDerivedReferrerInvalidColumnSpecificationException, throwQueryDerivedReferrerUnmatchedColumnTypeException, throwScalarSubQueryInvalidColumnSpecificationException, throwScalarSubQueryUnmatchedColumnTypeException, throwSpecifiedDerivedOrderByAliasNameNotFoundException, throwSpecifyDerivedReferrerInvalidColumnSpecificationException, throwSpecifyDerivedReferrerUnmatchedColumnTypeException, toString, withManualOrder, withNullsFirst, withNullsLast, xbuildFunctionConnector, xincrementLocalSubQueryLevelIfNeeds, xprepareCorrelationSubQueryFromWhereClause, xreplaceCorrelationSubQueryFromWhereClause, xsetForeignPropertyName, xsetOnClauseInline, xsetRelationPath, xsetUnionAllQuery, xsetUnionQuery, xsetupUnion, xsuppressEscape
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

_dbmetaProvider

protected final org.seasar.robot.dbflute.dbmeta.DBMetaProvider _dbmetaProvider
コンストラクタの詳細

AbstractBsAccessResultDataCQ

public AbstractBsAccessResultDataCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery,
                                    org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause,
                                    java.lang.String aliasName,
                                    int nestLevel)
メソッドの詳細

getDBMetaProvider

protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery 内の getDBMetaProvider

getTableDbName

public java.lang.String getTableDbName()

getTableSqlName

public java.lang.String getTableSqlName()

setId_Equal

public void setId_Equal(java.lang.Long id)
Equal(=). And NullIgnored, OnlyOnceRegistered. {PK : NotNull : BIGINT(19) : FK to ACCESS_RESULT}

パラメータ:
id - The value of id as equal.

setId_NotEqual

public void setId_NotEqual(java.lang.Long id)
NotEqual(!=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as notEqual.

setId_GreaterThan

public void setId_GreaterThan(java.lang.Long id)
GreaterThan(>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as greaterThan.

setId_LessThan

public void setId_LessThan(java.lang.Long id)
LessThan(<). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as lessThan.

setId_GreaterEqual

public void setId_GreaterEqual(java.lang.Long id)
GreaterEqual(>=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as greaterEqual.

setId_LessEqual

public void setId_LessEqual(java.lang.Long id)
LessEqual(<=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as lessEqual.

setId_InScope

public void setId_InScope(java.util.Collection<java.lang.Long> idList)
InScope(in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.

パラメータ:
idList - The collection of id as inScope.

setId_NotInScope

public void setId_NotInScope(java.util.Collection<java.lang.Long> idList)
NotInScope(not in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.

パラメータ:
idList - The collection of id as notInScope.

inScopeAccessResult

public void inScopeAccessResult(org.seasar.robot.dbflute.cbean.SubQuery<AccessResultCB> subQuery)

keepId_InScopeSubQuery_AccessResult

public abstract java.lang.String keepId_InScopeSubQuery_AccessResult(AccessResultCQ subQuery)

setId_IsNull

public void setId_IsNull()
IsNull(is null). And OnlyOnceRegistered.


setId_IsNotNull

public void setId_IsNotNull()
IsNotNull(is not null). And OnlyOnceRegistered.


regId

protected void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                     java.lang.Object v)

getCValueId

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()

setTransformerName_Equal

public void setTransformerName_Equal(java.lang.String transformerName)
Equal(=). And NullOrEmptyIgnored, OnlyOnceRegistered. {NotNull : VARCHAR(255)}

パラメータ:
transformerName - The value of transformerName as equal.

doSetTransformerName_Equal

protected void doSetTransformerName_Equal(java.lang.String transformerName)

setTransformerName_NotEqual

public void setTransformerName_NotEqual(java.lang.String transformerName)
NotEqual(!=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
transformerName - The value of transformerName as notEqual.

doSetTransformerName_NotEqual

protected void doSetTransformerName_NotEqual(java.lang.String transformerName)

setTransformerName_GreaterThan

public void setTransformerName_GreaterThan(java.lang.String transformerName)
GreaterThan(>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
transformerName - The value of transformerName as greaterThan.

setTransformerName_LessThan

public void setTransformerName_LessThan(java.lang.String transformerName)
LessThan(<). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
transformerName - The value of transformerName as lessThan.

setTransformerName_GreaterEqual

public void setTransformerName_GreaterEqual(java.lang.String transformerName)
GreaterEqual(>=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
transformerName - The value of transformerName as greaterEqual.

setTransformerName_LessEqual

public void setTransformerName_LessEqual(java.lang.String transformerName)
LessEqual(<=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
transformerName - The value of transformerName as lessEqual.

setTransformerName_PrefixSearch

public void setTransformerName_PrefixSearch(java.lang.String transformerName)
PrefixSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
transformerName - The value of transformerName as prefixSearch.

setTransformerName_InScope

public void setTransformerName_InScope(java.util.Collection<java.lang.String> transformerNameList)
InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
transformerNameList - The collection of transformerName as inScope.

setTransformerName_NotInScope

public void setTransformerName_NotInScope(java.util.Collection<java.lang.String> transformerNameList)
NotInScope(not in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
transformerNameList - The collection of transformerName as notInScope.

setTransformerName_LikeSearch

public void setTransformerName_LikeSearch(java.lang.String transformerName,
                                          org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
transformerName - The value of transformerName as likeSearch.
likeSearchOption - The option of like-search. (NotNull)

setTransformerName_NotLikeSearch

public void setTransformerName_NotLikeSearch(java.lang.String transformerName,
                                             org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(not like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
transformerName - The value of transformerName as notLikeSearch.
likeSearchOption - The option of not-like-search. (NotNull)

regTransformerName

protected void regTransformerName(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                                  java.lang.Object v)

getCValueTransformerName

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueTransformerName()

setData_IsNull

public void setData_IsNull()
IsNull(is null). And OnlyOnceRegistered.


setData_IsNotNull

public void setData_IsNotNull()
IsNotNull(is not null). And OnlyOnceRegistered.


regData

protected void regData(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                       java.lang.Object v)

getCValueData

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueData()

setEncoding_Equal

public void setEncoding_Equal(java.lang.String encoding)
Equal(=). And NullOrEmptyIgnored, OnlyOnceRegistered. {VARCHAR(20)}

パラメータ:
encoding - The value of encoding as equal.

doSetEncoding_Equal

protected void doSetEncoding_Equal(java.lang.String encoding)

setEncoding_NotEqual

public void setEncoding_NotEqual(java.lang.String encoding)
NotEqual(!=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
encoding - The value of encoding as notEqual.

doSetEncoding_NotEqual

protected void doSetEncoding_NotEqual(java.lang.String encoding)

setEncoding_GreaterThan

public void setEncoding_GreaterThan(java.lang.String encoding)
GreaterThan(>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
encoding - The value of encoding as greaterThan.

setEncoding_LessThan

public void setEncoding_LessThan(java.lang.String encoding)
LessThan(<). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
encoding - The value of encoding as lessThan.

setEncoding_GreaterEqual

public void setEncoding_GreaterEqual(java.lang.String encoding)
GreaterEqual(>=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
encoding - The value of encoding as greaterEqual.

setEncoding_LessEqual

public void setEncoding_LessEqual(java.lang.String encoding)
LessEqual(<=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
encoding - The value of encoding as lessEqual.

setEncoding_PrefixSearch

public void setEncoding_PrefixSearch(java.lang.String encoding)
PrefixSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
encoding - The value of encoding as prefixSearch.

setEncoding_InScope

public void setEncoding_InScope(java.util.Collection<java.lang.String> encodingList)
InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
encodingList - The collection of encoding as inScope.

setEncoding_NotInScope

public void setEncoding_NotInScope(java.util.Collection<java.lang.String> encodingList)
NotInScope(not in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
encodingList - The collection of encoding as notInScope.

setEncoding_LikeSearch

public void setEncoding_LikeSearch(java.lang.String encoding,
                                   org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
encoding - The value of encoding as likeSearch.
likeSearchOption - The option of like-search. (NotNull)

setEncoding_NotLikeSearch

public void setEncoding_NotLikeSearch(java.lang.String encoding,
                                      org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(not like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
encoding - The value of encoding as notLikeSearch.
likeSearchOption - The option of not-like-search. (NotNull)

setEncoding_IsNull

public void setEncoding_IsNull()
IsNull(is null). And OnlyOnceRegistered.


setEncoding_IsNotNull

public void setEncoding_IsNotNull()
IsNotNull(is not null). And OnlyOnceRegistered.


regEncoding

protected void regEncoding(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                           java.lang.Object v)

getCValueEncoding

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueEncoding()

scalar_Equal

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_Equal()

scalar_GreaterEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_GreaterEqual()

scalar_GreaterThan

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_GreaterThan()

scalar_LessEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_LessEqual()

scalar_LessThan

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> scalar_LessThan()

xcreateSSQFunction

protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<AccessResultDataCB> xcreateSSQFunction(java.lang.String operand)

xscalarSubQuery

protected void xscalarSubQuery(java.lang.String function,
                               org.seasar.robot.dbflute.cbean.SubQuery<AccessResultDataCB> subQuery,
                               java.lang.String operand)

keepScalarSubQuery

public abstract java.lang.String keepScalarSubQuery(AccessResultDataCQ subQuery)

myselfInScope

public void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<AccessResultDataCB> subQuery)
Myself InScope SubQuery. {mainly for CLOB and Union}

パラメータ:
subQuery - The implementation of sub query. (NotNull)

keepMyselfInScopeSubQuery

public abstract java.lang.String keepMyselfInScopeSubQuery(AccessResultDataCQ subQuery)


Copyright © 2010. All Rights Reserved.