ZendDbSchema
Schema management for Zend Framework
 All Classes Namespaces Functions Pages
ZendDbSchema_Db_Adapter_Pdo_Pgsql Class Reference
Inheritance diagram for ZendDbSchema_Db_Adapter_Pdo_Pgsql:
Collaboration diagram for ZendDbSchema_Db_Adapter_Pdo_Pgsql:

List of all members.

Public Member Functions

 hasDatabase ($name)
 listDatabases ()
 hasTable ($name)

Detailed Description

Definition at line 29 of file Pgsql.php.


Member Function Documentation

ZendDbSchema_Db_Adapter_Pdo_Pgsql::hasDatabase (   $name)

Check if database exists

Parameters:
string$name
Returns:
boolen

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 38 of file Pgsql.php.

Here is the call graph for this function:

ZendDbSchema_Db_Adapter_Pdo_Pgsql::hasTable (   $name)

Check if db table exists

Parameters:
string$name
Returns:
boolen

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 59 of file Pgsql.php.

ZendDbSchema_Db_Adapter_Pdo_Pgsql::listDatabases ( )

List databases

Returns:
array

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 48 of file Pgsql.php.

Referenced by hasDatabase().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: