|
NAMEDBIx::DisconnectAll - disconnect all databasesSYNOPSISuse DBIx::DisconnectAll; dbi_disconnect_all(); DESCRIPTIONDBIx::DisconnectAll is utility module to disconnect all connected databasesDBI has DBI->disconnect_all methods, but some DBD modules does not support it, so DBI->disconnect_all is undocumented yet and unusable. DBIx::DisconnectAll realizes disconnect_all from DBI's public API. AUTHORMasahiro Nagano <kazeburo AAJKLFJEF@ gmail.com>Tokuhiro Matsuno SEE ALSODBILICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |