Alzabo::Driver::MySQL.3pm

Langue: en

Version: 2007-12-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Alzabo::Driver::MySQL - MySQL specific Alzabo driver subclass

SYNOPSIS

   use Alzabo::Driver::MySQL;
 
 

DESCRIPTION

This provides some MySQL specific implementations for the virtual methods in Alzabo::Driver.

METHODS


connect, create_database, drop_database

Besides the parameters listed in the Alzabo::Driver docs, these methods will also include any parameter starting with "mysql_" in the DSN used to connect to the database. This allows you to pass parameters such as ``mysql_default_file''. See the DBD::mysql docs for more details.

schemas

This method accepts optional ``host'' and ``port'' parameters.

get_last_id

Returns the last id created via an AUTO_INCREMENT column.

AUTHOR

Dave Rolsky, <autarch@urth.org>