Alzabo::Driver::MySQL - MySQL specific Alzabo driver subclass
TOC | Topuse Alzabo::Driver::MySQL;
This provides some MySQL specific implementations for the virtual methods in Alzabo::Driver.
TOC | Top
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.
TOC | TopReturns the last id created via an AUTO_INCREMENT column.
TOC | TopDave Rolsky, <autarch@urth.org>