Class: Doctrine_DataDict

Source Location: /Doctrine/DataDict.php

Class Doctrine_DataDict

Class Overview

Doctrine_DataDict

Located in /Doctrine/DataDict.php [line 33]

Doctrine_Connection_Module
   |
   --Doctrine_DataDict
Author(s): Information Tags:
Version:  $Revision: 1098 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Direct descendents
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Connection_Module

Doctrine_Connection_Module::$conn
Doctrine_Connection_Module::$moduleName

Inherited From Doctrine_Connection_Module

Doctrine_Connection_Module::__construct()
Doctrine_Connection_Module::getConnection()
getConnection returns the connection object this module uses
Doctrine_Connection_Module::getModuleName()
getModuleName returns the name of this 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]

  array compareDefinition( array $current, array $previous  )

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]

  string parseBoolean( string $value  )

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:

[ Top ]