DBIx-Safe
view release on metacpan or search on metacpan
Safe.pm.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DBIx::Safe - Safer access to your database through a DBI database handle</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#version">VERSION</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<ul>
<li><a href="#deciding_what_statements_to_allow">Deciding what statements to allow</a></li>
<li><a href="#deciding_what_attributes_to_allow">Deciding what attributes to allow</a></li>
<li><a href="#methods">Methods</a></li>
<ul>
<li><a href="#new__"><code>new()</code></a></li>
<li><a href="#allow_command__"><code>allow_command()</code></a></li>
<li><a href="#unallow_command__"><code>unallow_command()</code></a></li>
<li><a href="#allow_regex__"><code>allow_regex()</code></a></li>
<li><a href="#unallow_regex__"><code>unallow_regex()</code></a></li>
<li><a href="#deny_regex__"><code>deny_regex()</code></a></li>
<li><a href="#undeny_regex__">undeny <code>regex()</code></a></li>
<li><a href="#allow_attribute__"><code>allow_attribute()</code></a></li>
<li><a href="#unallow_attribute__"><code>unallow_attribute()</code></a></li>
</ul>
<li><a href="#testing">Testing</a></li>
<li><a href="#supported_databases">Supported Databases</a></li>
</ul>
<li><a href="#website">WEBSITE</a></li>
<li><a href="#development">DEVELOPMENT</a></li>
<li><a href="#bugs">BUGS</a></li>
<li><a href="#author">AUTHOR</a></li>
<li><a href="#license_and_copyright">LICENSE AND COPYRIGHT</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<hr />
<h1><a name="name">NAME</a></h1>
<p>DBIx::Safe - Safer access to your database through a DBI database handle</p>
<p>
</p>
<hr />
<h1><a name="version">VERSION</a></h1>
<p>This documents version 1.2.5 of the DBIx::Safe module</p>
<p>
( run in 2.892 seconds using v1.01-cache-2.11-cpan-59e3e3084b8 )