API17

Difference between revisions of "JDatabaseExporterMySQL::withStructure"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDatabaseExporterMySQL::withStructure source code''' on [[jplatform:database/database/mysqlexporter.php#cl-330|BitBucket]]
 
* {{JVer|11.1}} '''JDatabaseExporterMySQL::withStructure source code''' on [[jplatform:database/database/mysqlexporter.php#cl-330|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseExporterMySQL/11.1|JDatabaseExporterMySQL]]
+
* {{JVer|11.1}} Class [[API17:JDatabaseExporterMySQL|JDatabaseExporterMySQL]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseExporterMySQL::withStructure|Other versions of JDatabaseExporterMySQL::withStructure]]
+
* [[API17:JDatabaseExporterMySQL::withStructure|Other versions of JDatabaseExporterMySQL::withStructure]]
 
{{SeeAlso:JDatabaseExporterMySQL::withStructure}}
 
{{SeeAlso:JDatabaseExporterMySQL::withStructure}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:04, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseExporterMySQL::withStructure[edit]

Description[edit]

Sets an internal option to export the structure of the input table(s).

Template:Description:JDatabaseExporterMySQL::withStructure [Edit Descripton]

public function withStructure ($setting=true)
Parameter Type Default Description
$setting boolean true True to export the structure, false to not.
  • Returns Method supports chaining.
  • Defined on line 338 of libraries/joomla/database/database/mysqlexporter.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JDatabaseExporterMySQL::withStructure [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />