| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 169 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
DefaultPlatform:: (15 méthodes):
__construct()
initialize()
setSchemaDomainMapping()
getDatabaseType()
getMaxColumnNameLength()
getNativeIdMethod()
getDomainForType()
getNullString()
getAutoIncrement()
hasScale()
hasSize()
escapeText()
quoteIdentifier()
supportsNativeDeleteTrigger()
getBooleanString()
Classe: DefaultPlatform - X-Ref
Default implementation for the Platform interface.| __construct() X-Ref |
| Default constructor. |
| initialize() X-Ref |
| Pas de description |
| setSchemaDomainMapping(Domain $domain) X-Ref |
| Pas de description |
| getDatabaseType() X-Ref |
| Returns the short name of the database type that this platform represents. For example MysqlPlatform->getDatabaseType() returns 'mysql'. return: string |
| getMaxColumnNameLength() X-Ref |
| getNativeIdMethod() X-Ref |
| getDomainForType($propelType) X-Ref |
| getNullString($notNull) X-Ref |
return: Only produces a SQL fragment if null values are |
| getAutoIncrement() X-Ref |
| hasScale($sqlType) X-Ref |
| hasSize($sqlType) X-Ref |
| escapeText($text) X-Ref |
| quoteIdentifier($text) X-Ref |
| supportsNativeDeleteTrigger() X-Ref |
| getBooleanString($b) X-Ref |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |