DBIx::IO::mysqlLib - General helper functions and constants to support the DBIx::IO MySQL driver


DBIx-IO documentation  | view source Contained in the DBIx-IO distribution.

Index


NAME

Top

DBIx::IO::mysqlLib - General helper functions and constants to support the DBIx::IO MySQL driver

SYNOPSIS

Top

 


 use DBIx::IO::mysqlLib;
 use DBIx::IO::mysqlLib ();                     # Don't import default symbols
 use DBIx::IO::mysqlLib qw(:tag symbol...)      # Import selected symbols




DESCRIPTION

Top

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

Top

DBIx::IO::mysqlIO, DBIx::IO::GenLib, DBIx::IO

AUTHOR

Top

Reed Sandberg, <reed_sandberg Ӓ yahoo>

COPYRIGHT AND LICENSE

Top


DBIx-IO documentation  | view source Contained in the DBIx-IO distribution.