integer TYPE_RESULT_FULL
public serialize () Serializing a resultset will dump all related rows into a big array
final public current () Returns current row in the resultset
public unserialize (mixed $data) Unserializing a resultset will allow to only works on the rows present in the saved
public getType () Returns the internal type of data retrieval that the resultset is using
public getCache () Returns the associated cache for the resultset
integer HYDRATE_RECORDS
integer HYDRATE_OBJECTS
integer HYDRATE_ARRAYS
Page 3 of 5