| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 219 lignes (7 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
PropelDataSQLTask:: (8 méthodes):
setSqlDbMap()
getSqlDbMap()
setDataDbMap()
getDataDbMap()
setSrcDir()
getSrcDir()
getDatabase()
main()
Classe: PropelDataSQLTask - X-Ref
Task that transforms XML datadump files into files containing SQL INSERT statements.| setSqlDbMap(PhingFile $sqldbmap) X-Ref |
| Set the file that maps between SQL files and databases. param: PhingFile $sqldbmap the sql -> db map. return: void |
| getSqlDbMap() X-Ref |
| Get the file that maps between SQL files and databases. return: PhingFile sqldbmap. |
| setDataDbMap(PhingFile $datadbmap) X-Ref |
| Set the file that maps between data XML files and databases. param: PhingFile $sqldbmap the db map return: void |
| getDataDbMap() X-Ref |
| Get the file that maps between data XML files and databases. return: PhingFile $datadbmap. |
| setSrcDir(PhingFile $srcDir) X-Ref |
| Set the src directory for the data xml files listed in the datadbmap file. param: PhingFile $srcDir data xml source directory |
| getSrcDir() X-Ref |
| Get the src directory for the data xml files listed in the datadbmap file. return: PhingFile data xml source directory |
| getDatabase($name) X-Ref |
| Search through all data models looking for matching database. return: Database or NULL if none found. |
| main() X-Ref |
| Main method parses the XML files and creates SQL files. return: void |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |