
Public Member Functions | |
| dbXMLtoSQL ($argv=array()) | |
| execute () | |
| usage () | |
Definition at line 26 of file dbXMLtoSQL.php.
| dbXMLtoSQL.dbXMLtoSQL | ( | $ | argv = array() |
) |
Constructor.
| $argv | array command-line arguments If specified, the first argument should be the file to parse |
Definition at line 45 of file dbXMLtoSQL.php.
References CommandLineTool.$argv, and usage().
| dbXMLtoSQL.execute | ( | ) |
Parse an XML database file and output the corresponding SQL statements. See dbscripts/xml/xmlschema.dtd for the format of the XML files.
Definition at line 97 of file dbXMLtoSQL.php.
References DBConnection.getConn(), and Config.getVar().
| dbXMLtoSQL.usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 82 of file dbXMLtoSQL.php.
Referenced by dbXMLtoSQL().
1.5.6