// =================================================================================== // Constructor // =========== public TSecpoliciesCIQ( ConditionQuery childQuery, SqlClause sqlClause, String aliasName, int nestLevel, BsTSecpoliciesCQ myCQ) { super(childQuery, sqlClause, aliasName, nestLevel); _myCQ = myCQ; _foreignPropertyName = _myCQ.getForeignPropertyName(); // Accept foreign property name. _relationPath = _myCQ.getRelationPath(); // Accept relation path. }
protected ConditionValue getCValueValue() { return _myCQ.getValue(); }
// =================================================================================== // Override about Query // ==================== protected ConditionValue getCValueProperty() { return _myCQ.getProperty(); }