RDF::Trine::Store::DBI::mysql - Mysql subclass of DBI store


RDF-Trine documentation  | view source Contained in the RDF-Trine distribution.

Index


NAME

Top

RDF::Trine::Store::DBI::mysql - Mysql subclass of DBI store

VERSION

Top

This document describes RDF::Trine::Store::DBI::mysql version 0.135

SYNOPSIS

Top

    use RDF::Trine::Store::DBI::mysql;

DESCRIPTION

Top

METHODS

Top

Beyond the methods documented below, this class inherits methods from the RDF::Trine::Store::DBI class.

new_with_config ( \%config )

Returns a new RDF::Trine::Store object based on the supplied configuration hashref.

add_statement ( $statement [, $context] )

Adds the specified $statement to the underlying model.

init

Creates the necessary tables in the underlying database.

BUGS

Top

Please report any bugs or feature requests to bug-rdf-store-dbi@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Top

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT

Top


RDF-Trine documentation  | view source Contained in the RDF-Trine distribution.