
Public Member Functions | ||||
| into ($table) | ||||
| ||||
| setTable ($table) | ||||
| Just an alias to behave like UpdateQuery. | ||||
| toDialectString (Dialect $dialect) | ||||
| where (LogicalObject $exp, $logic=null) | ||||
| ||||
| andWhere (LogicalObject $exp) | ||||
| ||||
| orWhere (LogicalObject $exp) | ||||
| ||||
Definition at line 16 of file InsertQuery.class.php.
| InsertQuery::into | ( | $ | table | ) |
Definition at line 21 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$table.
Referenced by setTable().
| InsertQuery::setTable | ( | $ | table | ) |
Just an alias to behave like UpdateQuery.
Reimplemented from InsertOrUpdateQuery.
Definition at line 33 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$table, and into().

| InsertQuery::toDialectString | ( | Dialect $ | dialect | ) |
Reimplemented from QuerySkeleton.
Definition at line 38 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$fields, Dialect::quoteField(), and Dialect::quoteValue().

| InsertQuery::where | ( | LogicalObject $ | exp, | |
| $ | logic = null | |||
| ) |
| WrongArgumentException |
Reimplemented from QuerySkeleton.
Definition at line 69 of file InsertQuery.class.php.
| InsertQuery::andWhere | ( | LogicalObject $ | exp | ) |
Reimplemented from QuerySkeleton.
Definition at line 74 of file InsertQuery.class.php.
| InsertQuery::orWhere | ( | LogicalObject $ | exp | ) |
Reimplemented from QuerySkeleton.
Definition at line 79 of file InsertQuery.class.php.
1.5.4