Oryx::DBM::Util - Oryx DBM utilities
The following methods are defined to manipulate a DBM::Deep database schema.
- 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.
Richard Hundt <richard NO SPAM AT protea-systems.com>
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
Copyright (c) 2005 Richard Hundt.
This library is free software and may be used under the same terms
as Perl itself.