NAME
DBIx::QuickORM::Dialect::MySQL::Community - MySQL Community variant of the MySQL dialect.
DESCRIPTION
Vendor-specific subclass of DBIx::QuickORM::Dialect::MySQL for MySQL Community Server. It inherits the MySQL behavior unchanged; init refuses to attach to a server that does not identify as Community.
SYNOPSIS
my $dialect = DBIx::QuickORM::Dialect::MySQL::Community->new(dbh => $dbh, db_name => $name);
PUBLIC METHODS
- $name = $dialect->dialect_name
-
Returns
'MySQL::Community'. - $dialect->init
-
Validates the connection and refuses a server that does not identify as Community.
SOURCE
The source code repository for DBIx::QuickORM can be found at https://github.com/exodist/DBIx-QuickORM.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.