API17

API17:JDatabaseQuerySQLSrv::insertInto

From Joomla! Documentation

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