MonetDB::CLI::MapiXS - MonetDB::CLI implementation, using libMapi


MonetDB-CLI-MapiXS documentation Contained in the MonetDB-CLI-MapiXS distribution.

Index


Code Index:

NAME

Top

MonetDB::CLI::MapiXS - MonetDB::CLI implementation, using libMapi

DESCRIPTION

Top

MonetDB::CLI::MapiXS is an implementation of the MonetDB call level interface MonetDB::CLI. It uses libMapi - the MonetDB Application Programming Interface. Normally, you don't use this module directly, but let MonetDB::CLI choose an implementation module.

AUTHORS

Top

Steffen Goeldner <sgoeldner@cpan.org>.

COPYRIGHT AND LICENCE

Top

SEE ALSO

Top

MonetDB

  Homepage    : http://monetdb.cwi.nl
  SourceForge : http://sourceforge.net/projects/monetdb

Perl modules

MonetDB::CLI, libMapi


MonetDB-CLI-MapiXS documentation Contained in the MonetDB-CLI-MapiXS distribution.

package MonetDB::CLI::MapiXS;

our $VERSION = '0.03';

use XSLoader();

XSLoader::load __PACKAGE__;