Class

MySQLSelectQueryResult

Package: IO\DB\driver\mysql Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2009 10 01 Located at: io/db/driver/mysql/MySQLSelectQueryResult.class.php
AbstractQueryResult implements QueryResult
Extended by AbstractSelectQueryResult implements SelectQueryResult
Extended by MySQLSelectQueryResult
Methods summary
public
# __construct( $query, $parameters, $resource, $fetch_mode = self::FETCH_ASSOC )
public
public
# set_fetch_mode( $fetch_mode )
public integer
# get_rows_count( )

returns the number of returned rows by this query

public
# rewind( )
public
# valid( )
public
# current( )
public
# key( )
public
# next( )
public
# dispose( )

free the resource. If not done manually, this is done in the destructor

protected boolean
# needs_rewind( )
Constants inherited from SelectQueryResult
FETCH_ASSOC, FETCH_NUM