API17:JDatabaseQuerySQLSrv::insertInto
From Joomla! Documentation
JDatabaseQuerySQLSrv::insertInto
Description
public function insertInto (
$table_name
$increment_field=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table_name | string | A string | |
| $increment_field | boolean | false | Provinding value for autoincrement primary key or not |
- Returns Returns this object to allow chaining.
- Defined on line 407 of libraries/joomla/database/database/sqlsrvquery.php
- Since

See also
JDatabaseQuerySQLSrv::insertInto source code on BitBucket
Class JDatabaseQuerySQLSrv
Subpackage Database- Other versions of JDatabaseQuerySQLSrv::insertInto
User contributed notes
Code Examples