UR::DBI - methods for interacting with a database.


UR documentation  | view source Contained in the UR distribution.

Index


NAME

Top

UR::DBI - methods for interacting with a database.

SYNOPSIS

Top

    ##- use UR::DBI;
    UR::DBI->monitor_sql(1);
    my $dbh = UR::DBI->connect(...);

DESCRIPTION

Top

This module subclasses DBI, and provides a few extra methods useful when using a database.

METHODS

Top

SEE ALSO

Top

UR(3), UR::DataSource::RDBMS(3), UR::Context(3), UR::Object(3)


UR documentation  | view source Contained in the UR distribution.