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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 29 of file SchemaCompatible.php.


Member Function Documentation

ZendDbSchema_Db_Adapter_SchemaCompatible::hasDatabase (   $name)

Check if database exists

Parameters:
string$name
Returns:
boolen

Implemented in ZendDbSchema_Db_Adapter_Mysqli, ZendDbSchema_Db_Adapter_Pdo_Mysql, and ZendDbSchema_Db_Adapter_Pdo_Pgsql.

ZendDbSchema_Db_Adapter_SchemaCompatible::hasTable (   $name)

Check if db table exists

Parameters:
string$name
Returns:
boolen

Implemented in ZendDbSchema_Db_Adapter_Mysqli, ZendDbSchema_Db_Adapter_Pdo_Mysql, and ZendDbSchema_Db_Adapter_Pdo_Pgsql.

ZendDbSchema_Db_Adapter_SchemaCompatible::listDatabases ( )

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