DBD-mysqlPPrawSjis
view release on metacpan or search on metacpan
lib/DBD/mysqlPPrawSjis.pm view on Meta::CPAN
make install
=head1 SUPPORT OPERATING SYSTEM
This module has been tested on these OSes.
=over 4
=item * Windows Vista Service Pack 1
with ActivePerl version 5.005_03 built for MSWin32-x86-object Binary build 522 Built 09:52:28 Nov 2 1999
with ActivePerl v5.6.1 built for MSWin32-x86-multi-thread Binary build 638 Built Apr 13 2004 19:24:21
with ActivePerl v5.8.9 built for MSWin32-x86-multi-thread Binary build 825 [288577] Built Dec 14 2008 21:07:41
with ActivePerl v5.10.0 built for MSWin32-x86-multi-thread Binary build 1004 [287188] Built Sep 3 2008 13:16:37
=item * Windows XP Service Pack 2, Service Pack 3
with ActivePerl version 5.005_03 built for MSWin32-x86-object Binary build 522 Built 09:52:28 Nov 2 1999
with ActivePerl v5.6.1 built for MSWin32-x86-multi-thread Binary build 638 Built Apr 13 2004 19:24:21
with ActivePerl v5.8.9 built for MSWin32-x86-multi-thread Binary build 825 [288577] Built Dec 14 2008 21:07:41
with ActivePerl v5.10.0 built for MSWin32-x86-multi-thread Binary build 1004 [287188] Built Sep 3 2008 13:16:37
=item * Windows 2000 Service Pack 4
with ActivePerl version 5.005_03 built for MSWin32-x86-object Binary build 522 Built 09:52:28 Nov 2 1999
with ActivePerl v5.6.1 built for MSWin32-x86-multi-thread Binary build 638 Built Apr 13 2004 19:24:21
with ActivePerl v5.8.9 built for MSWin32-x86-multi-thread Binary build 825 [288577] Built Dec 14 2008 21:07:41
with ActivePerl v5.10.0 built for MSWin32-x86-multi-thread Binary build 1004 [287188] Built Sep 3 2008 13:16:37
=back
=head1 DEPENDENCIES
This module requires these other modules and libraries:
DBI
Net::MySQL
B<Net::MySQL> is a Pure Perl client interface for the MySQL database.
B<Net::MySQL> implements network protool between server and client of
MySQL, thus you don't need external MySQL client library like
libmysqlclient for this module to work. It means this module enables
you to connect to MySQL server from some operation systems which MySQL
is not ported. How nifty!.
=head1 DIFFERENCE FROM "DBD::mysql"
The function of B<DBD::mysql> which cannot be used by B<DBD::mysqlPPrawSjis> is described.
=head2 Parameter of Cnstructor
Cannot be used.
=over 4
=item * msql_configfile
=item * mysql_compression
=item * mysql_read_default_file/mysql_read_default_group
=item * mysql_socket
=back
=head2 Private MetaData Methods
These methods cannot be used for $drh.
=over 4
=item * ListDBs
=item * ListTables
=back
=head2 Server Administration
All func() method cannot be used.
=over 4
=item * func('createdb')
=item * func('dropdb')
=item * func('shutdown')
=item * func('reload')
=back
=head2 Database Handles
Cannot be used
=over 4
=item * $dbh->{info}
=back
=head2 Statement Handles
A different part.
=over 4
=item * The return value of I<execute('SELECT * from table')>
Although B<DBD::mysql> makes a return value the number of searched records SQL
of I<SELECT> is performed, B<DBD::mysqlPPrawSjis> surely returns I<0E0>.
=back
Cannot be used.
=over 4
( run in 2.360 seconds using v1.01-cache-2.11-cpan-98e64b0badf )