|
Doctrine 1.2.4
|
Inherits Doctrine_Connection_Module.
Inherited by Doctrine_DataDict_Mssql, Doctrine_DataDict_Mysql, Doctrine_DataDict_Oracle, Doctrine_DataDict_Pgsql, and Doctrine_DataDict_Sqlite.
Public Member Functions | |
| getConnection () | |
| getModuleName () | |
| parseBoolean ($value) | |
Definition at line 34 of file DataDict.php.
|
inherited |
getConnection returns the connection object this module uses
Definition at line 68 of file Module.php.
|
inherited |
getModuleName returns the name of this module
Definition at line 79 of file Module.php.
| Doctrine_DataDict::parseBoolean | ( | $value | ) |
parseBoolean parses a literal boolean value and returns proper sql equivalent
| string | $value | boolean value to be parsed |
Definition at line 44 of file DataDict.php.