Alzabo (version 0.92)

Doc index

TOC | Top

NAME

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

TOC | Top

SYNOPSIS

  use Alzabo::Driver::MySQL;
TOC | Top

DESCRIPTION

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

TOC | Top

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.

TOC | Top

schemas

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

TOC | Top

get_last_id

Returns the last id created via an AUTO_INCREMENT column.

TOC | Top

AUTHOR

Dave Rolsky, <autarch@urth.org>


Table of Contents

- NAME
- SYNOPSIS
- DESCRIPTION
- METHODS
      - connect, create_database, drop_database
      - schemas
      - get_last_id
- AUTHOR