Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12742605
DatabaseResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
950 B
Referenced Files
None
Subscribers
None
DatabaseResult.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Database result base class
*
* @package ObsidianWorkspaces
* @subpackage Keruald
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*
*/
/**
* Represents a database result
*/
abstract
class
DatabaseResult
implements
IteratorAggregate
{
///
/// The methods to implement
///
/**
* Gets number of rows in result
*
* @return int The number of rows in the specified result
*/
public
abstract
function
numRows
();
/**
* Fetches a row of the result
*
* @param DatabaseResult $result The query result
* @return array An associative array with the database result
*/
public
abstract
function
fetchRow
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:50 (3 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3143783
Default Alt Text
DatabaseResult.php (950 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment