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

NAME

Gtk2::Ex::DbLinker::Recordset - A base class the SqlADataManager and DBIDataManager inherit from.

VERSION

See Version in Gtk2::Ex::DbLinker::DbTools

SYNOPSIS

The end user is not supposed to use this class directly.

DESCRIPTION

Methods starting with

  • _ are not supposed to be used outside this module.

  • rs_ are used by the inheriting class but not the end user.

  • The others methods are use by the end user and are described in the inheriting classes.

AUTHOR

François Rappaz <rappazf@gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 2016-2017 by F. Rappaz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Gtk2::Ex::DbLinker::SqlADataManager

Gtk2::Ex::DbLinker::DbiDataManager

Gtk2::Ex::DBI

CREDIT

Daniel Kasak's implementation of storing only the pk values for the rows from a select query and getting the actual data for subset of rows. Gtk2::Ex::DBI