// =================================================================================== // 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; }
protected ConditionValue xgetCValueSessionId() { return _myCQ.xdfgetSessionId(); }
// =================================================================================== // Override about Query // ==================== protected ConditionValue xgetCValueId() { return _myCQ.xdfgetId(); }
protected ConditionValue xgetCValueCreateTime() { return _myCQ.xdfgetCreateTime(); }
protected ConditionValue xgetCValueLastModified() { return _myCQ.xdfgetLastModified(); }
protected ConditionValue xgetCValueDepth() { return _myCQ.xdfgetDepth(); }
protected ConditionValue xgetCValueParentUrl() { return _myCQ.xdfgetParentUrl(); }
protected ConditionValue xgetCValueEncoding() { return _myCQ.xdfgetEncoding(); }
protected ConditionValue xgetCValueMetaData() { return _myCQ.xdfgetMetaData(); }