API17

API17:JDatabaseQuerySQLSrv::insertInto

From Joomla! Documentation

Revision as of 02:47, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples