DBD-PO

 view release on metacpan or  search on metacpan

lib/DBD/PO/Table.pm  view on Meta::CPAN

sub push_names {
    my ($self, $data, $fields) = @_;

    return 1;
}

1;

__END__

=head1 NAME

DBD::PO::Table - table class for DBD::File

$Id: Table.pm 289 2008-11-09 13:10:28Z steffenw $

$HeadURL: https://dbd-po.svn.sourceforge.net/svnroot/dbd-po/trunk/DBD-PO/lib/DBD/PO/Table.pm $

=head1 VERSION

2.00

=head1 SYNOPSIS

do not use

=head1 DESCRIPTION

table class for DBD::File

=head1 SUBROUTINES/METHODS

=head2 method fetch_row

=head2 method push_row

=head2 method push_names

=head1 DIAGNOSTICS

none

=head1 CONFIGURATION AND ENVIRONMENT

none

=head1 DEPENDENCIES

parent

Carp

English

L<DBD::File>

=head1 INCOMPATIBILITIES

not known

=head1 BUGS AND LIMITATIONS

not known

=head1 AUTHOR

Steffen Winkler

=head1 LICENSE AND COPYRIGHT

Copyright (c) 2008,
Steffen Winkler
C<< <steffenw at cpan.org> >>.
All rights reserved.

This module is free software;
you can redistribute it and/or modify it
under the same terms as Perl itself.

=cut



( run in 0.456 second using v1.01-cache-2.11-cpan-39bf76dae61 )