Class: Doctrine_DataDict
Source Location: /Doctrine/DataDict.phpClass Doctrine_DataDict
Class Overview
Doctrine_DataDict Located in /Doctrine/DataDict.php [line 33] Doctrine_Connection_Module | --Doctrine_DataDictAuthor(s):
|
[ Top ]
Direct descendents
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Connection_Module |
Inherited From Doctrine_Connection_Module
|
[ Top ]
Method Summary
array | compareDefinition() | Obtain an array of changes that may need to applied |
string | parseBoolean() | parseBoolean parses a literal boolean value and returns proper sql equivalent |
[ Top ]
Properties
Methods
compareDefinition [line 42]
|
Obtain an array of changes that may need to applied
Parameters:array | $current: | new definition |
array | $previous: | old definition |
API Tags:
Return: | containing all changes that will need to be applied |
Access: | public |
[ Top ]
parseBoolean [line 84]
|
parseBoolean parses a literal boolean value and returns proper sql equivalent
Parameters:string | $value: | boolean value to be parsed |
API Tags:
Return: | parsed boolean value |
Access: | public |
Redefined in descendants as:
- Doctrine_DataDict_Pgsql::parseBoolean() : parseBoolean parses a literal boolean value and returns proper sql equivalent
[ Top ]