Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PgsqlExporter
+ Graphe d'héritage de PgsqlExporter:

Fonctions membres publiques

 check ()
 
- Fonctions membres publiques hérités de DatabaseExporter
 __construct ()
 
 __toString ()
 
 asXml ()
 
 check ()
 
 from ($from)
 
 setDbo (DatabaseInterface $db)
 
 withStructure ($setting=true)
 
 withData ($setting=false)
 

Fonctions membres protégées

 buildXml ()
 
 buildXmlStructure ()
 
 buildXmlData ()
 
- Fonctions membres protégées hérités de DatabaseExporter
 buildXml ()
 
 buildXmlStructure ()
 
 getGenericTableName ($table)
 
 buildXmlData ()
 

Membres hérités additionnels

- Attributs protégés hérités de DatabaseExporter
 $asFormat = 'xml'
 
 $cache = ['columns' => []
 
 $db
 
 $from = []
 
 $options
 

Description détaillée

PDO PostgreSQL Database Exporter.

Depuis
1.5.0

Documentation des fonctions membres

◆ buildXml()

buildXml ( )
protected

Builds the XML data for the tables to export.

Renvoie
string An XML string
Depuis
1.0
Exceptions

Références $buffer, PgsqlExporter\buildXmlData(), et PgsqlExporter\buildXmlStructure().

◆ buildXmlData()

buildXmlData ( )
protected

Builds the XML data to export.

Renvoie
array An array of XML lines (strings).
Depuis
2.0.0
Exceptions

Référencé par PgsqlExporter\buildXml().

◆ buildXmlStructure()

buildXmlStructure ( )
protected

Builds the XML structure to export.

Renvoie
array An array of XML lines (strings).
Depuis
1.0
Exceptions

Références $buffer, $field, $fields, $key, DatabaseExporter\from(), et DatabaseExporter\getGenericTableName().

Référencé par PgsqlExporter\buildXml().

◆ check()

check ( )

Checks if all data and options are in order prior to exporting.

Renvoie
$this
Depuis
1.5.0
Exceptions

La documentation de cette classe a été générée à partir du fichier suivant :