API17:JDatabaseExporterMySQL::withStructure
From Joomla! Documentation
JDatabaseExporterMySQL::withStructure
Description
Sets an internal option to export the structure of the input table(s).
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

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