<html>
<head>
<title>Docs For Class WhereClause</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">flatfile</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_flatfile.html" class="menu">class tree: flatfile</a> ]
[ <a href="../elementindex_flatfile.html" class="menu">index: flatfile</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<b>Packages:</b><br />
<a href="../li_flatfile.html">flatfile</a><br />
<br /><br />
<b>Tutorials/Manuals:</b><br />
<strong>Package-level:</strong>
<ul>
<li type="square"><a href="../flatfile/tutorial_flatfile.pkg.html">Flatfile Tutorial</a>
</ul>
<b>Files:</b><br />
<div class="package">
<a href="../flatfile/_flatfile.php.html"> flatfile.php
</a><br>
<a href="../flatfile/_flatfile_utils.php.html"> flatfile_utils.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../flatfile/AndWhereClause.html">AndWhereClause</a><br />
<a href="../flatfile/Column.html">Column</a><br />
<a href="../flatfile/CompositeWhereClause.html">CompositeWhereClause</a><br />
<a href="../flatfile/Flatfile.html">Flatfile</a><br />
<a href="../flatfile/JoinColumn.html">JoinColumn</a><br />
<a href="../flatfile/LikeWhereClause.html">LikeWhereClause</a><br />
<a href="../flatfile/ListWhereClause.html">ListWhereClause</a><br />
<a href="../flatfile/NotWhere.html">NotWhere</a><br />
<a href="../flatfile/OrderBy.html">OrderBy</a><br />
<a href="../flatfile/OrWhereClause.html">OrWhereClause</a><br />
<a href="../flatfile/SimpleWhereClause.html">SimpleWhereClause</a><br />
<a href="../flatfile/TableUtils.html">TableUtils</a><br />
<a href="../flatfile/WhereClause.html">WhereClause</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: WhereClause</h1>
Source Location: /flatfile.php<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">Used to test rows in a database table, like the WHERE clause in an SQL statement.</div><br /><br />
<h4>Author(s):</h4>
<ul>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../flatfile/WhereClause.html#methodtestRow">testRow</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Child classes:</h3>
<div class="tags">
<dl>
<dt><a href="../flatfile/NotWhere.html">NotWhere</a></dt>
<dd>Negates a where clause</dd>
</dl>
<dl>
<dt><a href="../flatfile/SimpleWhereClause.html">SimpleWhereClause</a></dt>
<dd>Implements a single WHERE clause that does simple comparisons of a field with a value.</dd>
</dl>
<dl>
<dt><a href="../flatfile/LikeWhereClause.html">LikeWhereClause</a></dt>
<dd><a href="../flatfile/WhereClause.html">WhereClause</a> class to work like a SQL 'LIKE' clause</dd>
</dl>
<dl>
<dt><a href="../flatfile/ListWhereClause.html">ListWhereClause</a></dt>
<dd><a href="../flatfile/WhereClause.html">WhereClause</a> class to match a value from a list of items</dd>
</dl>
<dl>
<dt><a href="../flatfile/CompositeWhereClause.html">CompositeWhereClause</a></dt>
<dd>Abstract class that combines zero or more <a href="../flatfile/WhereClause.html">WhereClause</a> objects together.</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 414]<br />
Used to test rows in a database table, like the WHERE clause in an SQL statement.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>abstract:</b> </td><td></td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodtestRow"></a>
<h3>method testRow <span class="smalllinenumber">[line 424]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>bool testRow(
array
$row, [array
$rowSchema = null])</code>
</td></tr></table>
</td></tr></table><br />
Tests a table row object<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>True if the $row passes the WhereClause selection criteria, false otherwise</td>
</tr>
<tr>
<td><b>abstract:</b> </td><td></td>
</tr>
</table>
</div>
<br /><br />
<p>Overridden in child classes as:<br />
<dl>
<dt><a href="../flatfile/NotWhere.html#methodtestRow">NotWhere::testRow()</a></dt>
<dd></dd>
</dl>
<dl>
<dt><a href="../flatfile/SimpleWhereClause.html#methodtestRow">SimpleWhereClause::testRow()</a></dt>
<dd></dd>
</dl>
<dl>
<dt><a href="../flatfile/LikeWhereClause.html#methodtestRow">LikeWhereClause::testRow()</a></dt>
<dd></dd>
</dl>
<dl>
<dt><a href="../flatfile/ListWhereClause.html#methodtestRow">ListWhereClause::testRow()</a></dt>
<dd></dd>
</dl>
<dl>
<dt><a href="../flatfile/OrWhereClause.html#methodtestRow">OrWhereClause::testRow()</a></dt>
<dd></dd>
</dl>
<dl>
<dt><a href="../flatfile/AndWhereClause.html#methodtestRow">AndWhereClause::testRow()</a></dt>
<dd></dd>
</dl>
</p>
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array </td>
<td><b>$row</b> </td>
<td>The row to test</td>
</tr>
<tr>
<td class="type">array </td>
<td><b>$rowSchema</b> </td>
<td>An optional array specifying the schema of the table, using the INT_COL, STRING_COL etc constants</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Mon, 30 Jun 2008 12:23:20 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.2</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>