The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Oryx::DBM::Util - Oryx DBM utilities

DESCRIPTION

The following methods are defined to manipulate a DBM::Deep database schema.

METHODS

table_exists( $dbm, $table )

Returns a true value if the table named $table exists within $dbm.

table_create( $dbm, $table )

Creates a table named $table in $dbm.

table_drop( $dbm, $table )

Drops the table named $table in $dbm.

AUTHORS

Richard Hundt <richard NO SPAM AT protea-systems.com>

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2005 Richard Hundt.

This library is free software and may be used under the same terms as Perl itself.