Public Member Functions | |
| num_rows () | |
| num_fields () | |
| list_fields () | |
| field_data () | |
| free_result () | |
| _data_seek ($n=0) | |
| _fetch_assoc () | |
| _fetch_object () | |
| CI_DB_mysql_result::_data_seek | ( | $ | n = 0 |
) |
Data Seek
Moves the internal pointer to the desired offset. We call this internally before fetching results to make sure the result set starts at zero
private
| CI_DB_mysql_result::_fetch_assoc | ( | ) |
Result - associative array
Returns the result set as an array
private
Reimplemented from CI_DB_result.
| CI_DB_mysql_result::_fetch_object | ( | ) |
Result - object
Returns the result set as an object
private
Reimplemented from CI_DB_result.
| CI_DB_mysql_result::field_data | ( | ) |
Field data
Generates an array of objects containing field meta-data
public
Reimplemented from CI_DB_result.
| CI_DB_mysql_result::free_result | ( | ) |
| CI_DB_mysql_result::list_fields | ( | ) |
Fetch Field Names
Generates an array of column names
public
Reimplemented from CI_DB_result.
| CI_DB_mysql_result::num_fields | ( | ) |
| CI_DB_mysql_result::num_rows | ( | ) |
1.5.7.1