Class QMySqli5Database
- QBaseClass
- QDatabaseBase
- QMySqliDatabase
- QMySqli5Database
Direct known subclasses
QMySqli5ClusterDatabase
public
mixed|string[]
|
|
protected
mixed
|
#
ExecuteQuery( string $strQuery )
Sends a SQL query for execution to the database In this regard, a query is a 'SELECT' statement |
public
|
#
MultiQuery( string $strQuery )
Performs a Multi Result-Set Query, which is available with Stored Procs in MySQL 5 Written by Mike Hostetler |
public
|
#
ExecuteProcedure( string $strProcName, array|null $params = null )
Generic stored procedure executor. For Mysql 5, you can have your stored procedure return results by "SELECT"ing the results. The results will be returned as an array. |
OverrideAttributes(),
__call()
|
Adapter
|
$objMySqli,
$strEscapeIdentifierBegin,
$strEscapeIdentifierEnd
|
$blnConnectedFlag,
$blnEnableProfiling,
$blnOnlyFullGroupBy,
$intDatabaseIndex,
$intTransactionDepth,
$objCacheProviderStack,
$objConfigArray,
$strProfileArray
|
$Adapter,
$AffectedRows,
$Caching,
$Database,
$DatabaseIndex,
$DateFormat,
$EnableProfiling,
$EscapeIdentifierBegin,
$EscapeIdentifierEnd,
$Host,
$OnlyFullGroupBy,
$Password,
$Port,
$Profile,
$Protocol,
$Server,
$Service,
$Username
|