An InsertQuery interface provides the tools to build an SQL INSERT query.
Located in /harmoni/core/DBHandler/InsertQuery.interface.php (line 24)
Query | --InsertQueryInterface
Adds one row of values to insert into the table.
By calling this method multiple times, you can insert many rows of information using just one query.
Sets the autoincrement column.
Sets the autoincrement column. This could be useful with Oracle, for example. Do not include this column with the setColumns() method - it will be added automatically.
Sets the columns to insert into the table.
Sets the table to insert into.
This is an alias for addRowOfValues for compatability with the UpdateQuery class.
Adds one row of values to insert into the table. By calling this method multiple times, you can insert many rows of information using just one query.
Inherited From Query
Query::getType()
Query::reset()
Documentation generated on Wed, 19 Sep 2007 10:24:40 -0400 by phpDocumentor 1.3.0RC3