
Public Member Functions | ||||
| where (LogicalObject $exp, $logic=null) | ||||
| ||||
| andWhere (LogicalObject $exp) | ||||
| ||||
| orWhere (LogicalObject $exp) | ||||
| ||||
| toDialectString (Dialect $dialect) | ||||
Protected Attributes | ||||
| $where = array() | ||||
| $whereLogic = array() | ||||
Definition at line 16 of file QuerySkeleton.class.php.
| QuerySkeleton::where | ( | LogicalObject $ | exp, | |
| $ | logic = null | |||
| ) |
| WrongArgumentException |
Reimplemented in InsertQuery.
Definition at line 25 of file QuerySkeleton.class.php.
Referenced by andWhere(), orWhere(), toDialectString(), and DeleteQuery::toDialectString().
| QuerySkeleton::andWhere | ( | LogicalObject $ | exp | ) |
Reimplemented in InsertQuery.
Definition at line 45 of file QuerySkeleton.class.php.
References where().
Referenced by OneToManyLinkedWorker::targetize().

| QuerySkeleton::orWhere | ( | LogicalObject $ | exp | ) |
Reimplemented in InsertQuery.
Definition at line 53 of file QuerySkeleton.class.php.
References where().

| QuerySkeleton::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Reimplemented in DeleteQuery, InsertQuery, SelectQuery, and UpdateQuery.
Definition at line 58 of file QuerySkeleton.class.php.
References where().

QuerySkeleton::$where = array() [protected] |
Definition at line 18 of file QuerySkeleton.class.php.
QuerySkeleton::$whereLogic = array() [protected] |
Definition at line 19 of file QuerySkeleton.class.php.
1.5.4