NAME
DBIx::IO::mysqlLib - General helper functions and constants to support the DBIx::IO MySQL driver
SYNOPSIS
use DBIx::IO::mysqlLib;
use DBIx::IO::mysqlLib (); # Don't import default symbols
use DBIx::IO::mysqlLib qw(:tag symbol...) # Import selected symbols
DESCRIPTION
MySQL specific constants and helper functions.
Table names by default are case-sensitive on Linux/UNIX OS's; do yourself a favor and set lower_case_table_names=1 in /etc/my.cnf and always use lower case names for tables.
SEE ALSO
DBIx::IO::mysqlIO, DBIx::IO::GenLib, DBIx::IO
AUTHOR
Reed Sandberg, <reed_sandberg Ó’ yahoo>
COPYRIGHT AND LICENSE
Copyright (C) 2000-2008 Reed Sandberg
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 74:
Non-ASCII character seen before =encoding in 'Ó’'. Assuming CP1252