![]() |
![]()
| ![]() |
![]()
NAMEAlzabo::Driver::MySQL - MySQL specific Alzabo driver subclass SYNOPSISuse Alzabo::Driver::MySQL; DESCRIPTIONThis provides some MySQL specific implementations for the virtual methods in Alzabo::Driver. METHODSconnect, create_database, drop_databaseBesides 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. schemasThis method accepts optional "host" and "port" parameters. get_last_idReturns the last id created via an AUTO_INCREMENT column. AUTHORDave Rolsky, <autarch@urth.org>
|