| DBIx-IO documentation | view source | Contained in the DBIx-IO distribution. |
DBIx::IO::mysqlIO - DBIx::IO driver for MySQL
See DBIx::IO.
See superclass DBIx::IO for more
existing_table_names$sorted_arrayref = DBIx::IO::mysqlIO->existing_table_names([$dbh]);
Return a sorted arrayref of table names found in the data dictionary.
Class or object method. $dbh is required if called as a class method.
Return undef if db error.
is_datetime$bool = $io->is_datetime($column_name);
Determine if $column_name is of a datetime type.
is_date$bool = $io->is_date($column_name);
Determine if $column_name is of a date type.
is_char$bool = $io->is_char($column_name);
Determine if $column_name is of a character type.
limit$sql = $io->limit($sql,$limit);
Modify the given $sql to return a limited set of records.
lc_func$function = $io->lc_func($column);
Apply the MySQL specific function for modifying $column to lower case.
No known bugs.
DBIx::IO::Table, DBIx::IO::Search, DBIx::IO, DBIx::IO::mysqlLIB
Reed Sandberg, <reed_sandberg Ӓ yahoo>
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.
| DBIx-IO documentation | view source | Contained in the DBIx-IO distribution. |