Class QMySqliDatabaseResult
Class to handle results sent by database upon querying
-
QBaseClass
-
QDatabaseResultBase
-
QMySqliDatabaseResult
Methods summary
public
|
|
public
mixed
|
#
FetchArray( )
Fetches one row as indexed (column=>value style) array from the result set
Fetches one row as indexed (column=>value style) array from the result set
Returns
mixed
|
public
|
|
public
|
|
public
mixed
|
#
FetchRow( )
Fetches one row as enumerated (with numerical indexes) array from the result set
Fetches one row as enumerated (with numerical indexes) array from the result set
Returns
mixed
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|