Doctrine\DBAL\Schema\View
/Doctrine/DBAL/Schema/View.php at line 33
Class View
Class:View - Superclass: AbstractAsset
AbstractAsset
⌊ View
public class View
extends AbstractAsset
- License:
- http://www.opensource.org/licenses/lgpl-license.php LGPL
- See Also:
www.doctrine-project.com
- Since:
- 1.0
- Version:
- $Revision$
- Author:
- Benjamin Eberlei
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset |
_name |
Constructor Summary |
View(mixed name, mixed sql) |
Method Summary |
string |
getSql() |
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset |
getName |
Constructor Detail
/Doctrine/DBAL/Schema/View.php at line 40
View
public View(mixed name, mixed sql)
Method Detail
/Doctrine/DBAL/Schema/View.php at line 49
getSql
public string getSql()
Representation of a Database View