Oryx::DBM::Util - Oryx DBM utilities


Oryx documentation  | view source Contained in the Oryx distribution.

Index


NAME

Top

Oryx::DBM::Util - Oryx DBM utilities

DESCRIPTION

Top

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

METHODS

Top

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

Top

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

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Top


Oryx documentation  | view source Contained in the Oryx distribution.