|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
Public Member Functions inherited from XmlToSqlTool | |
| execute () | |
| usage () | |
Additional Inherited Members | |
Data Fields inherited from XmlToSqlTool | |
| $command | |
| $inputFile | |
| $outputFile | |
| $type | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
CLI tool to output the SQL statements corresponding to an XML database schema.
Definition at line 23 of file dbXMLtoSQL.php.
| dbXMLtoSQL::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments If specified, the first argument should be the file to parse |
Reimplemented from XmlToSqlTool.
Definition at line 29 of file dbXMLtoSQL.php.
References CommandLineTool\$argv.