Richard Hundt > Oryx > Oryx::DBM::Util

Download:
Oryx-0.24.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

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.

syntax highlighting: