JDatabaseExporterPostgresql
class JDatabaseExporterPostgresql extends JDatabaseExporter
PostgreSQL export driver.
Methods
asXml()
Set the output option for the exporter to XML format.
from JDatabaseExporter
check()
Checks if all data and options are in order prior to exporting.
from(
mixed $from)
Specifies a list of table names to export.
from JDatabaseExporter
setDbo(
JDatabaseDriver $db)
Sets the database connector to use for exporting structure and/or data from MySQL.
from JDatabaseExporter
withStructure(
boolean $setting = true)
Sets an internal option to export the structure of the input table(s).
from JDatabaseExporter
Details
JDatabaseExporter
setDbo(
JDatabaseDriver $db)
Sets the database connector to use for exporting structure and/or data from MySQL.
JDatabaseExporter
withStructure(
boolean $setting = true)
Sets an internal option to export the structure of the input table(s).