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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 29 of file Mysql.php.


Member Function Documentation

ZendDbSchema_Db_Adapter_Pdo_Mysql::hasDatabase (   $name)

Check if database exists

Parameters:
string$name
Returns:
boolen

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 38 of file Mysql.php.

Here is the call graph for this function:

ZendDbSchema_Db_Adapter_Pdo_Mysql::hasTable (   $name)

Check if db table exists

Parameters:
string$name
Returns:
boolen

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 59 of file Mysql.php.

ZendDbSchema_Db_Adapter_Pdo_Mysql::listDatabases ( )

List databases

Returns:
array

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 48 of file Mysql.php.

Referenced by hasDatabase().

Here is the caller graph for this function:


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