Class JDatabaseImporter
Joomla Platform Database Importer Class
Direct known subclasses
JDatabaseImporterMysqli
,
JDatabaseImporterPdomysql
,
JDatabaseImporterPostgresql
Indirect known subclasses
Abstract
Package: Joomla\Platform\Database
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.1
Located at joomla/database/importer.php
Package: Joomla\Platform\Database
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.1
Located at joomla/database/importer.php
Methods summary
public
|
|
public
|
|
abstract public
|
|
public
|
|
protected
string
|
|
protected
string
|
#
getRealTableName( string $table )
Get the real name of the table, converting the prefix wildcard string if present. |
public
|
|
public
|
#
setDbo(
Sets the database connector to use for exporting structure and/or data. |
public
|
#
withStructure( boolean $setting = true )
Sets an internal option to merge the structure based on the input data. |
Magic methods summary
Properties summary
protected
array
|
$cache |
#
An array of cached data. |
protected
|
$db |
#
The database connector to use for exporting structure and/or data. |
protected
mixed
|
$from |
#
The input source. |
protected
string
|
$asFormat |
#
The type of input format (XML). |
protected
object
|
$options |
#
An array of options for the exporter. |