Class QMySqlDatabase
- QBaseClass
- QDatabaseBase
- QMySqliDatabase
- QMySqlDatabase
public
|
|
public
mixed
|
|
protected
mixed
|
#
ExecuteQuery( string $strQuery )
Sends a SQL query for execution to the database In this regard, a query is a 'SELECT' statement |
protected
mixed
|
#
ExecuteNonQuery( string $strNonQuery )
Sends a non-SELECT query (such as INSERT, UPDATE, DELETE, TRUNCATE) to DB server. In most cases, the results of this function are not used and you should not send 'SELECT' queries using this method because a result is not guaranteed to be returned |
public
mixed
|
|
public
mixed
|
|
public
mixed
|
OverrideAttributes(),
__call()
|
Adapter
|
protected
|
$objDb
|
$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
|