
Public Member Functions | |
| __construct ($criteria, $operand) | |
| getSql () | |
| getSqlWhere () | |
Public Attributes | |
| $criteria | |
| $operand | |
| $type | |
Definition at line 2 of file persistentoperand.class.
| PersistentOperand::__construct | ( | $ | criteria, | |
| $ | operand | |||
| ) |
Reimplemented in OperandNull, OperandValue, OperandArray, OperandCriteria, OperandObject, and OperandFunction.
Definition at line 8 of file persistentoperand.class.
| PersistentOperand::getSql | ( | ) |
Reimplemented in OperandValue, OperandAttributeMap, OperandArray, OperandCriteria, OperandObject, and OperandFunction.
Definition at line 14 of file persistentoperand.class.
Referenced by getSqlWhere().
Here is the caller graph for this function:

| PersistentOperand::getSqlWhere | ( | ) |
Reimplemented in OperandAttributeMap.
Definition at line 19 of file persistentoperand.class.
References getSql().
Here is the call graph for this function:

| PersistentOperand::$criteria |
Definition at line 4 of file persistentoperand.class.
Referenced by OperandFunction::__construct(), OperandObject::__construct(), OperandCriteria::__construct(), OperandArray::__construct(), OperandAttributeMap::__construct(), OperandValue::__construct(), OperandNull::__construct(), and __construct().
| PersistentOperand::$operand |
Definition at line 5 of file persistentoperand.class.
Referenced by OperandFunction::__construct(), OperandObject::__construct(), OperandCriteria::__construct(), OperandArray::__construct(), OperandAttributeMap::__construct(), OperandValue::__construct(), OperandNull::__construct(), and __construct().
| PersistentOperand::$type |
Definition at line 6 of file persistentoperand.class.