onPHP

InsertQuery Class Reference

 

InsertQuery Class Reference
[Dynamic query builder]

Inheritance diagram for InsertQuery:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 into ($table)
 setTable ($table)
 toDialectString (Dialect $dialect)
 where (LogicalObject $exp, $logic=null)
 andWhere (LogicalObject $exp)
 orWhere (LogicalObject $exp)

Detailed Description

Definition at line 16 of file InsertQuery.class.php.


Member Function Documentation

InsertQuery::into ( table  ) 

Definition at line 18 of file InsertQuery.class.php.

References InsertOrUpdateQuery::$table.

Referenced by setTable().

InsertQuery::setTable ( table  ) 

Reimplemented from InsertOrUpdateQuery.

Definition at line 26 of file InsertQuery.class.php.

References InsertOrUpdateQuery::$table, and into().

Here is the call graph for this function:

InsertQuery::toDialectString ( Dialect dialect  ) 

Reimplemented from QuerySkeleton.

Definition at line 31 of file InsertQuery.class.php.

References InsertOrUpdateQuery::$fields, Dialect::quoteField(), and Dialect::quoteValue().

Here is the call graph for this function:

InsertQuery::where ( LogicalObject exp,
logic = null 
)

Reimplemented from QuerySkeleton.

Definition at line 62 of file InsertQuery.class.php.

InsertQuery::andWhere ( LogicalObject exp  ) 

Reimplemented from QuerySkeleton.

Definition at line 67 of file InsertQuery.class.php.

InsertQuery::orWhere ( LogicalObject exp  ) 

Reimplemented from QuerySkeleton.

Definition at line 72 of file InsertQuery.class.php.


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Tue Feb 13 19:30:15 2007