Ubuntu Manpages

Alzabo::Driver::MySQL

MySQL specific Alzabo driver subclass

  use Alzabo::Driver::MySQL;

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

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.

This method accepts optional "host" and "port" parameters.

Returns the last id created via an AUTO_INCREMENT column.

Dave Rolsky, <autarch@urth.org>