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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 29 of file Mysqli.php.


Member Function Documentation

ZendDbSchema_Db_Adapter_Mysqli::hasDatabase (   $name)

Check if database exists

Parameters:
string$name
Returns:
boolen

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 38 of file Mysqli.php.

Here is the call graph for this function:

ZendDbSchema_Db_Adapter_Mysqli::hasTable (   $name)

Check if db table exists

Parameters:
string$name
Returns:
boolen

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 59 of file Mysqli.php.

ZendDbSchema_Db_Adapter_Mysqli::listDatabases ( )

List databases

Returns:
array

Implements ZendDbSchema_Db_Adapter_SchemaCompatible.

Definition at line 48 of file Mysqli.php.

Referenced by hasDatabase().

Here is the caller graph for this function:


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