JDatabaseImporterMysqli
class JDatabaseImporterMysqli extends JDatabaseImporter
MySQLi import driver.
Methods
asXml()
Set the output option for the exporter to XML format.
from JDatabaseImporter
check()
Checks if all data and options are in order prior to exporting.
void
mergeStructure()
Merges the incoming structure definition with the existing structure.
from JDatabaseImporter
setDbo(
JDatabaseDriver $db)
Sets the database connector to use for exporting structure and/or data.
from JDatabaseImporter
withStructure(
boolean $setting = true)
Sets an internal option to merge the structure based on the input data.
from JDatabaseImporter
Details
JDatabaseImporter
setDbo(
JDatabaseDriver $db)
Sets the database connector to use for exporting structure and/or data.
JDatabaseImporter
withStructure(
boolean $setting = true)
Sets an internal option to merge the structure based on the input data.