Public Member Functions | |
into ($table) | |
setTable ($table) | |
Just an alias to behave like UpdateQuery. | |
setSelect (SelectQuery $select) | |
toDialectString (Dialect $dialect) | |
where (LogicalObject $exp, $logic=null) | |
andWhere (LogicalObject $exp) | |
orWhere (LogicalObject $exp) | |
Protected Member Functions | |
toDialectStringValues ($query, Dialect $dialect) | |
toDialectStringSelect ($query, Dialect $dialect) | |
Protected Attributes | |
$select = null |
Definition at line 15 of file InsertQuery.class.php.
InsertQuery::andWhere | ( | LogicalObject $ | exp | ) |
Definition at line 72 of file InsertQuery.class.php.
InsertQuery::into | ( | $ | table | ) |
Definition at line 25 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$table.
Referenced by setTable().
InsertQuery::orWhere | ( | LogicalObject $ | exp | ) |
Definition at line 77 of file InsertQuery.class.php.
InsertQuery::setSelect | ( | SelectQuery $ | select | ) |
Definition at line 45 of file InsertQuery.class.php.
InsertQuery::setTable | ( | $ | table | ) |
Just an alias to behave like UpdateQuery.
Reimplemented from InsertOrUpdateQuery.
Definition at line 37 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$table, and into().
InsertQuery::toDialectString | ( | Dialect $ | dialect | ) |
Reimplemented from InsertOrUpdateQuery.
Definition at line 52 of file InsertQuery.class.php.
References toDialectStringSelect(), and toDialectStringValues().
InsertQuery::toDialectStringSelect | ( | $ | query, | |
Dialect $ | dialect | |||
) | [protected] |
Definition at line 111 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$fields, and Dialect::quoteField().
Referenced by toDialectString().
InsertQuery::toDialectStringValues | ( | $ | query, | |
Dialect $ | dialect | |||
) | [protected] |
Definition at line 82 of file InsertQuery.class.php.
References InsertOrUpdateQuery::$fields, and Dialect::quoteField().
Referenced by toDialectString().
InsertQuery::where | ( | LogicalObject $ | exp, | |
$ | logic = null | |||
) |
Definition at line 67 of file InsertQuery.class.php.
InsertQuery::$select = null [protected] |
Definition at line 20 of file InsertQuery.class.php.