Example #1
0
 // ===================================================================================
 //                                                                         Constructor
 //                                                                         ===========
 public UrlQueueCIQ(
     ConditionQuery referrerQuery,
     SqlClause sqlClause,
     String aliasName,
     int nestLevel,
     BsUrlQueueCQ myCQ) {
   super(referrerQuery, sqlClause, aliasName, nestLevel);
   _myCQ = myCQ;
   _foreignPropertyName = _myCQ.xgetForeignPropertyName(); // accept foreign property name
   _relationPath = _myCQ.xgetRelationPath(); // accept relation path
   _inline = true;
 }
Example #2
0
 protected ConditionValue xgetCValueSessionId() {
   return _myCQ.xdfgetSessionId();
 }
Example #3
0
 // ===================================================================================
 //                                                                Override about Query
 //                                                                ====================
 protected ConditionValue xgetCValueId() {
   return _myCQ.xdfgetId();
 }
Example #4
0
 protected ConditionValue xgetCValueCreateTime() {
   return _myCQ.xdfgetCreateTime();
 }
Example #5
0
 protected ConditionValue xgetCValueLastModified() {
   return _myCQ.xdfgetLastModified();
 }
Example #6
0
 protected ConditionValue xgetCValueDepth() {
   return _myCQ.xdfgetDepth();
 }
Example #7
0
 protected ConditionValue xgetCValueParentUrl() {
   return _myCQ.xdfgetParentUrl();
 }
Example #8
0
 protected ConditionValue xgetCValueEncoding() {
   return _myCQ.xdfgetEncoding();
 }
Example #9
0
 protected ConditionValue xgetCValueMetaData() {
   return _myCQ.xdfgetMetaData();
 }