[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
This class adds structure of '<?php echo $table->getName() ?>' table to '<?php echo $table->getDatabase()->getName() ?>' DatabaseMap object. These statically-built map classes are used by Propel to do runtime db structure discovery. For example, the createSelectSql() method checks the type of a given column used in an ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive (i.e. if it's a text column type).
Poids: | 135 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
isBuilt() X-Ref |
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time. return: true if this DatabaseMapBuilder is built |
getDatabaseMap() X-Ref |
Gets the databasemap this map builder built. return: the databasemap |
doBuild() X-Ref |
The doBuild() method builds the DatabaseMap return: void |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |