Example #1
0
 // ===================================================================================
 //                                                                         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.
 }
Example #2
0
 protected ConditionValue getCValueValue() {
   return _myCQ.getValue();
 }
Example #3
0
 // ===================================================================================
 //                                                                Override about Query
 //                                                                ====================
 protected ConditionValue getCValueProperty() {
   return _myCQ.getProperty();
 }