Class: Doctrine_View
Source Location: /Doctrine/View.phpClass Doctrine_View
Class Overview
Doctrine_View this class represents a database view Located in /Doctrine/View.php [line 34] Author(s):
|
[ Top ]
Constant Summary
Property Summary
Method Summary
Doctrine_View | __construct() | constructor |
void | create() | create creates this view |
void | drop() | drop drops this view from the database |
Doctrine_Collection | execute() | execute executes the view returns a collection of Doctrine_Record objects |
Doctrine_Connection | getConnection() | getConnection returns the connection object |
string | getName() | getName returns the name of this view |
Doctrine_Query | getQuery() | getQuery returns the associated query object |
string | getSelectSql() | getSelectSql returns the select sql for this view |
[ Top ]
Methods
Constructor __construct [line 67]
|
constructor
Parameters:Doctrine_Query | $query: | |
$viewName: |
API Tags:
Access: | public |
[ Top ]
create [line 111]
|
create creates this view
API Tags:
Access: | public |
Information Tags:
Throws: | Doctrine_View_Exception |
[ Top ]
drop [line 127]
|
drop drops this view from the database
API Tags:
Access: | public |
Information Tags:
Throws: | Doctrine_View_Exception |
[ Top ]
execute [line 142]
|
execute executes the view returns a collection of Doctrine_Record objects
API Tags:
Access: | public |
[ Top ]
getConnection [line 100]
|
getConnection returns the connection object
API Tags:
Access: | public |
[ Top ]
getName [line 90]
|
getName returns the name of this view
API Tags:
Access: | public |
[ Top ]
getQuery [line 80]
|
getQuery returns the associated query object
API Tags:
Access: | public |
[ Top ]