MediaWiki REL1_27
DatabaseMysqli Class Reference

Database abstraction object for PHP extension mysqli. More...

Inheritance diagram for DatabaseMysqli:
Collaboration diagram for DatabaseMysqli:

Public Member Functions

 __toString ()
 Give an id for the connection.
 
 affectedRows ()
 
 insertId ()
 
 lastErrno ()
 
 selectDB ( $db)
 
- Public Member Functions inherited from DatabaseMysqlBase
 __construct (array $params)
 Additional $params include:
 
 addIdentifierQuotes ( $s)
 MySQL uses backticks for identifier quoting instead of the sql standard "double quotes".
 
 dataSeek ( $res, $row)
 
 deleteJoin ( $delTable, $joinTable, $delVar, $joinVar, $conds, $fname=__METHOD__)
 DELETE where the condition is a join.
 
 dropTable ( $tableName, $fName=__METHOD__)
 
 duplicateTableStructure ( $oldName, $newName, $temporary=false, $fname=__METHOD__)
 
 estimateRowCount ( $table, $vars=' *', $conds='', $fname=__METHOD__, $options=[])
 Estimate rows in dataset Returns estimated count, based on EXPLAIN output Takes same arguments as Database::select()
 
 fetchObject ( $res)
 
 fetchRow ( $res)
 
 fieldInfo ( $table, $field)
 
 fieldName ( $res, $n)
 
 fieldType ( $res, $n)
 mysql_field_type() wrapper
 
 freeResult ( $res)
 
 getApproximateLagStatus ()
 Get a slave lag estimate for this server.
 
 getLag ()
 Get slave lag.
 
 getMasterPos ()
 Get the position of the master from SHOW MASTER STATUS.
 
 getMysqlStatus ( $which="%")
 Get status information from SHOW STATUS in an associative array.
 
 getSearchEngine ()
 Get search engine class.
 
 getServerUptime ()
 Determines how long the server has been up.
 
 getServerVersion ()
 
 getSlavePos ()
 Get the position of the master from SHOW SLAVE STATUS.
 
 getSoftwareLink ()
 
 getType ()
 
 indexInfo ( $table, $index, $fname=__METHOD__)
 Get information about an index into an object Returns false if the index does not exist.
 
 isQuotedIdentifier ( $name)
 
 isView ( $name, $prefix=null)
 Differentiates between a TABLE and a VIEW.
 
 lastError ()
 
 listTables ( $prefix=null, $fname=__METHOD__)
 List all tables on the database.
 
 listViews ( $prefix=null, $fname=__METHOD__)
 Lists VIEWs in the database.
 
 lock ( $lockName, $method, $timeout=5)
 
 lockIsFree ( $lockName, $method)
 Check to see if a named lock is available.
 
 lockTables ( $read, $write, $method, $lowPriority=true)
 
 lowPriorityOption ()
 
 masterPosWait (DBMasterPos $pos, $timeout)
 Wait for the slave to catch up to a given master position.
 
 namedLocksEnqueue ()
 Check to see if a named lock used by lock() use blocking queues.
 
 numFields ( $res)
 
 numRows ( $res)
 
 open ( $server, $user, $password, $dbName)
 
 ping ()
 
 replace ( $table, $uniqueIndexes, $rows, $fname=__METHOD__)
 
 setBigSelects ( $value=true)
 
 setSessionOptions (array $options)
 
 streamStatementEnd (&$sql, &$newLine)
 
 strencode ( $s)
 
 unlock ( $lockName, $method)
 FROM MYSQL DOCS: http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_release-lock.
 
 unlockTables ( $method)
 
 upsert ( $table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__)
 
 useIndexClause ( $index)
 
 wasConnectionError ( $errno)
 Determines if the given query error was a connection drop STUB.
 
 wasDeadlock ()
 Determines if the last failure was due to a deadlock.
 
 wasErrorReissuable ()
 Determines if the last query error was something that should be dealt with by pinging the connection and reissuing the query.
 
 wasLockTimeout ()
 Determines if the last failure was due to a lock timeout.
 
 wasReadOnlyError ()
 Determines if the last failure was due to the database being read-only.
 
- Public Member Functions inherited from DatabaseBase
 __destruct ()
 Run a few simple sanity checks.
 
 __sleep ()
 Called by serialize.
 
 addQuotes ( $s)
 Adds quotes and backslashes.
 
 aggregateValue ( $valuedata, $valuename='value')
 Return aggregated value alias.
 
 anyChar ()
 Returns a token for buildLike() that denotes a '_' to be used in a LIKE query.
 
 anyString ()
 Returns a token for buildLike() that denotes a '' to be used in a LIKE query.
 
 begin ( $fname=__METHOD__)
 Begin a transaction.
 
 bitAnd ( $fieldLeft, $fieldRight)
 
 bitNot ( $field)
 
 bitOr ( $fieldLeft, $fieldRight)
 
 bufferResults ( $buffer=null)
 Turns buffering of SQL result sets on (true) or off (false).
 
 buildConcat ( $stringList)
 Build a concatenation list to feed into a SQL query.
 
 buildGroupConcatField ( $delim, $table, $field, $conds='', $join_conds=[])
 Build a GROUP_CONCAT or equivalent statement for a query.
 
 buildLike ()
 LIKE statement wrapper, receives a variable-length argument list with parts of pattern to match containing either string literals that will be escaped or tokens returned by anyChar() or anyString().
 
 cascadingDeletes ()
 Returns true if this database supports (and uses) cascading deletes.
 
 cleanupTriggers ()
 Returns true if this database supports (and uses) triggers (e.g.
 
 clearFlag ( $flag)
 Clear a flag for this connection.
 
 clearViewsCache ()
 Reset the views process cache set by listViews()
 
 close ()
 Closes a database connection.
 
 commit ( $fname=__METHOD__, $flush='')
 Commits a transaction previously started using begin().
 
 conditional ( $cond, $trueVal, $falseVal)
 Returns an SQL expression for a simple conditional.
 
 connectionErrorHandler ( $errno, $errstr)
 
 dbSchema ( $schema=null)
 Get/set the db schema.
 
 deadlockLoop ()
 Perform a deadlock-prone transaction.
 
 debug ( $debug=null)
 Boolean, controls output of large amounts of debug information.
 
 decodeBlob ( $b)
 Some DBMSs return a special placeholder object representing blob fields in result objects.
 
 decodeExpiry ( $expiry, $format=TS_MW)
 Decode an expiry time into a DBMS independent format.
 
 delete ( $table, $conds, $fname=__METHOD__)
 DELETE query wrapper.
 
 doAtomicSection ( $fname, $callback)
 Run a callback to do an atomic set of updates for this database.
 
 doneWrites ()
 Returns true if the connection may have been used for write queries.
 
 encodeBlob ( $b)
 Some DBMSs have a special format for inserting into blob fields, they don't allow simple quoted strings to be inserted.
 
 encodeExpiry ( $expiry)
 Encode an expiry time into the DBMS dependent format.
 
 endAtomic ( $fname=__METHOD__)
 Ends an atomic section of SQL statements.
 
 execute ( $prepared, $args=null)
 Execute a prepared query with the various arguments.
 
 fieldExists ( $table, $field, $fname=__METHOD__)
 Determines whether a field exists in a table.
 
 fieldNamesWithAlias ( $fields)
 Gets an array of aliased field names.
 
 fieldNameWithAlias ( $name, $alias=false)
 Get an aliased field name e.g.
 
 fillPrepared ( $preparedQuery, $args)
 For faking prepared SQL statements on DBs that don't support it directly.
 
 functionalIndexes ()
 Returns true if this database can use functional indexes.
 
 getDBname ()
 Get the current DB name.
 
 getDelimiter ()
 
 getFlag ( $flag)
 Returns a boolean whether the flag $flag is set for this connection.
 
 getInfinity ()
 Find out when 'infinity' is.
 
 getLazyMasterHandle ()
 
 getLBInfo ( $name=null)
 Get properties passed down from the server info array of the load balancer.
 
 getProperty ( $name)
 General read-only accessor.
 
 getSchemaPath ()
 Return a path to the DBMS-specific schema file, otherwise default to tables.sql.
 
 getScopedLockAndFlush ( $lockKey, $fname, $timeout)
 Acquire a named lock, flush any transaction, and return an RAII style unlocker object.
 
 getServer ()
 Get the server hostname or IP address.
 
 getServerInfo ()
 A string describing the current software version, and possibly other details in a user-friendly way.
 
 getSessionLagStatus ()
 Get the slave lag when the current transaction started or a general lag estimate if not transaction is active.
 
 getTransactionLagStatus ()
 Get the slave lag when the current transaction started.
 
 getUpdateKeysPath ()
 Return a path to the DBMS-specific update key file, otherwise default to update-keys.sql.
 
 getWikiID ()
 
 implicitGroupby ()
 Returns true if this database does an implicit sort when doing GROUP BY.
 
 implicitOrderby ()
 Returns true if this database does an implicit order by when the column has an index For example: SELECT page_title FROM page LIMIT 1.
 
 indexExists ( $table, $index, $fname=__METHOD__)
 Determines whether an index exists Usually throws a DBQueryError on failure If errors are explicitly ignored, returns NULL on failure.
 
 indexUnique ( $table, $index)
 Determines if a given index is unique.
 
 insert ( $table, $a, $fname=__METHOD__, $options=[])
 INSERT wrapper, inserts an array into a table.
 
 insertSelect ( $destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=[], $selectOptions=[])
 INSERT SELECT wrapper.
 
 isOpen ()
 Is a connection to the database open?
 
 isReadOnly ()
 
 isView ( $name)
 Differentiates between a TABLE and a VIEW.
 
 lastDoneWrites ()
 Returns the last time the connection may have been used for write queries.
 
 lastQuery ()
 Return the last query that went through IDatabase::query()
 
 limitResult ( $sql, $limit, $offset=false)
 Construct a LIMIT query with optional offset.
 
 makeGroupByWithHaving ( $options)
 Returns an optional GROUP BY with an optional HAVING.
 
 makeList ( $a, $mode=LIST_COMMA)
 Makes an encoded list of strings from an array.
 
 makeOrderBy ( $options)
 Returns an optional ORDER BY.
 
 makeSelectOptions ( $options)
 Returns an optional USE INDEX clause to go after the table, and a string to go at the end of the query.
 
 makeWhereFrom2d ( $data, $baseKey, $subKey)
 Build a partial where clause from a 2-d array such as used for LinkBatch.
 
 maxListLen ()
 Return the maximum number of items allowed in a list, or 0 for unlimited.
 
 nextSequenceValue ( $seqName)
 Returns an appropriately quoted sequence value for inserting a new row.
 
 onTransactionIdle ( $callback)
 Run an anonymous function as soon as there is no transaction pending.
 
 onTransactionPreCommitOrIdle ( $callback)
 Run an anonymous function before the current transaction commits or now if there is none.
 
 patchPath ( $patch)
 Get the full path of a patch file.
 
 pendingWriteCallers ()
 Get the list of method names that did write queries for this transaction.
 
 pendingWriteQueryDuration ()
 Get the time spend running write queries for this transaction.
 
 query ( $sql, $fname=__METHOD__, $tempIgnore=false)
 Run an SQL query and return the result.
 
 realTimestamps ()
 Returns true if this database uses timestamps rather than integers.
 
 reportConnectionError ( $error='Unknown error')
 
 reportQueryError ( $error, $errno, $sql, $fname, $tempIgnore=false)
 Report a query error.
 
 rollback ( $fname=__METHOD__, $flush='')
 Rollback a transaction previously started using begin().
 
 searchableIPs ()
 Returns true if this database can do a native search on IP columns e.g.
 
 select ( $table, $vars, $conds='', $fname=__METHOD__, $options=[], $join_conds=[])
 Execute a SELECT query constructed using the various parameters provided.
 
 selectField ( $table, $var, $cond='', $fname=__METHOD__, $options=[])
 A SELECT wrapper which returns a single field from a single result row.
 
 selectFieldValues ( $table, $var, $cond='', $fname=__METHOD__, $options=[], $join_conds=[])
 
 selectRow ( $table, $vars, $conds, $fname=__METHOD__, $options=[], $join_conds=[])
 Single row SELECT wrapper.
 
 selectRowCount ( $tables, $vars=' *', $conds='', $fname=__METHOD__, $options=[], $join_conds=[])
 Get the number of rows in dataset.
 
 selectSQLText ( $table, $vars, $conds='', $fname=__METHOD__, $options=[], $join_conds=[])
 The equivalent of IDatabase::select() except that the constructed SQL is returned, instead of being immediately executed.
 
 setFileHandle ( $fh)
 Set the filehandle to copy write statements to.
 
 setFlag ( $flag)
 Set a flag for this connection.
 
 setLazyMasterHandle (IDatabase $conn)
 Set a lazy-connecting DB handle to the master DB (for replication status purposes)
 
 setLBInfo ( $name, $value=null)
 Set the LB info array, or a member of it.
 
 setSchemaVars ( $vars)
 Set variables to be used in sourceFile/sourceStream, in preference to the ones in $GLOBALS.
 
 setTransactionProfiler (TransactionProfiler $profiler)
 
 sourceFile ( $filename, $lineCallback=false, $resultCallback=false, $fname=false, $inputCallback=false)
 Read and execute SQL commands from a file.
 
 sourceStream ( $fp, $lineCallback=false, $resultCallback=false, $fname=__METHOD__, $inputCallback=false)
 Read and execute commands from an open file handle.
 
 startAtomic ( $fname=__METHOD__)
 Begin an atomic section of statements.
 
 strictIPs ()
 Returns true if this database is strict about what can be put into an IP field.
 
 strreplace ( $orig, $old, $new)
 Returns a comand for str_replace function in SQL query.
 
 tableExists ( $table, $fname=__METHOD__)
 Query whether a given table exists.
 
 tableName ( $name, $format='quoted')
 Format a table name ready for use in constructing an SQL query.
 
 tableNames ()
 Fetch a number of table names into an array This is handy when you need to construct SQL for joins.
 
 tableNamesN ()
 Fetch a number of table names into an zero-indexed numerical array This is handy when you need to construct SQL for joins.
 
 tableNamesWithAlias ( $tables)
 Gets an array of aliased table names.
 
 tableNameWithAlias ( $name, $alias=false)
 Get an aliased table name e.g.
 
 tablePrefix ( $prefix=null)
 Get/set the table prefix.
 
 textFieldSize ( $table, $field)
 Returns the size of a text field, or -1 for "unlimited".
 
 timestamp ( $ts=0)
 Convert a timestamp in one of the formats accepted by wfTimestamp() to the format used for inserting into timestamp fields in this DBMS.
 
 timestampOrNull ( $ts=null)
 Convert a timestamp in one of the formats accepted by wfTimestamp() to the format used for inserting into timestamp fields in this DBMS.
 
 trxLevel ()
 Gets the current transaction level.
 
 trxTimestamp ()
 Get the UNIX timestamp of the time that the transaction was established.
 
 unionQueries ( $sqls, $all)
 Construct a UNION query This is used for providing overload point for other DB abstractions not compatible with the MySQL syntax.
 
 unionSupportsOrderAndLimit ()
 Returns true if current database backend supports ORDER BY or LIMIT for separate subqueries within the UNION construct.
 
 update ( $table, $values, $conds, $fname=__METHOD__, $options=[])
 UPDATE wrapper.
 
 writesOrCallbacksPending ()
 Returns true if there is a transaction open with possible write queries or transaction pre-commit/idle callbacks waiting on it to finish.
 
 writesPending ()
 
- Public Member Functions inherited from IDatabase
 selectFieldValues ( $table, $var, $cond='', $fname=__METHOD__, $options=[])
 A SELECT wrapper which returns a list of single field values from result rows.
 

Protected Member Functions

 closeConnection ()
 
 connectInitCharset ()
 Set the character set information right after connection.
 
 doQuery ( $sql)
 
 mysqlConnect ( $realServer)
 
 mysqlDataSeek ( $res, $row)
 
 mysqlError ( $conn=null)
 
 mysqlFetchArray ( $res)
 
 mysqlFetchField ( $res, $n)
 
 mysqlFetchObject ( $res)
 
 mysqlFieldName ( $res, $n)
 
 mysqlFieldType ( $res, $n)
 
 mysqlFreeResult ( $res)
 
 mysqlNumFields ( $res)
 
 mysqlNumRows ( $res)
 
 mysqlPing ()
 Ping a server connection or reconnect if there is no connection.
 
 mysqlRealEscapeString ( $s)
 Escapes special characters in a string for use in an SQL statement.
 
 mysqlSetCharset ( $charset)
 
- Protected Member Functions inherited from DatabaseMysqlBase
 getBindingHandle ()
 Get the underlying binding handle, mConn.
 
 getDefaultSchemaVars ()
 
 getHeartbeatData (array $conds)
 
 getLagDetectionMethod ()
 
 getLagFromPtHeartbeat ()
 
 getLagFromSlaveStatus ()
 
 getMasterServerInfo ()
 
- Protected Member Functions inherited from DatabaseBase
 assertOpen ()
 Make sure isOpen() returns true as a sanity check.
 
 doBegin ( $fname)
 Issues the BEGIN command to the database server.
 
 doCommit ( $fname)
 Issues the COMMIT command to the database server.
 
 doRollback ( $fname)
 Issues the ROLLBACK command to the database server.
 
 escapeLikeInternal ( $s)
 
 fillPreparedArg ( $matches)
 preg_callback func for fillPrepared() The arguments should be in $this->preparedArgs and must not be touched while we're doing this.
 
 freePrepared ( $prepared)
 Free a prepared query, generated by prepare().
 
 getLogContext (array $extras=[])
 Create a log context to pass to wfLogDBError or other logging functions.
 
 getReadOnlyReason ()
 
 getSchemaVars ()
 Get schema variables.
 
 getTransactionProfiler ()
 
 ignoreErrors ( $ignoreErrors=null)
 Turns on (false) or off (true) the automatic generation and sending of a "we're sorry, but there has been a database error" page on database errors.
 
 indexName ( $index)
 Get the name of an index in a given table.
 
 installErrorHandler ()
 
 isTransactableQuery ( $sql)
 Determine whether a SQL statement is sensitive to isolation level.
 
 isWriteQuery ( $sql)
 Determine whether a query writes to the DB.
 
 makeInsertOptions ( $options)
 Helper for DatabaseBase::insert().
 
 makeUpdateOptions ( $options)
 Make UPDATE options for the DatabaseBase::update function.
 
 makeUpdateOptionsArray ( $options)
 Make UPDATE options array for DatabaseBase::makeUpdateOptions.
 
 nativeReplace ( $table, $rows, $fname)
 REPLACE query wrapper for MySQL and SQLite, which have a native REPLACE statement.
 
 prepare ( $sql, $func='DatabaseBase::prepare')
 Intended to be compatible with the PEAR::DB wrapper functions.
 
 replaceVars ( $ins)
 Database independent variable replacement.
 
 restoreErrorHandler ()
 
 resultObject ( $result)
 Take the result from a query, and wrap it in a ResultWrapper if necessary.
 
 runOnTransactionIdleCallbacks ()
 Actually any "on transaction idle" callbacks.
 
 runOnTransactionPreCommitCallbacks ()
 Actually any "on transaction pre-commit" callbacks.
 
 tableNamesWithUseIndexOrJOIN ( $tables, $use_index=[], $join_conds=[])
 Get the aliased table name clause for a FROM clause which might have a JOIN and/or USE INDEX clause.
 

Protected Attributes

mysqli $mConn
 
- Protected Attributes inherited from DatabaseMysqlBase
string $lagDetectionMethod
 Method to detect slave lag.
 
array $lagDetectionOptions = []
 Method to detect slave lag.
 
MysqlMasterPos $lastKnownSlavePos
 
- Protected Attributes inherited from DatabaseBase
string[] $allViews = null
 
 $delimiter = ';'
 
resource $fileHandle = null
 
 $htmlErrors
 
resource $mConn = null
 Database connection.
 
 $mDBname
 
 $mDefaultBigSelects = null
 
 $mDoneWrites = false
 
 $mFlags
 
 $mForeign
 
 $mLastQuery = ''
 
 $mLBInfo = []
 
 $mOpened = false
 
 $mPassword
 
 $mPHPError = false
 
 $mSchema
 
 $mSchemaVars = false
 
 $mServer
 
array $mSessionVars = []
 
 $mTablePrefix
 
callable[] $mTrxIdleCallbacks = []
 
int $mTrxLevel = 0
 Either 1 if a transaction is active or 0 otherwise.
 
callable[] $mTrxPreCommitCallbacks = []
 
string $mTrxShortId = ''
 Either a short hexidecimal string if a transaction is active or "".
 
 $mUser
 
 $preparedArgs
 
BagOStuff $srvCache
 APC cache.
 
TransactionProfiler $trxProfiler
 

Additional Inherited Members

- Static Public Member Functions inherited from DatabaseBase
static factory ( $dbType, $p=[])
 Given a DB type, construct the name of the appropriate child class of DatabaseBase.
 
static getCacheSetOptions (IDatabase $db1)
 Merge the result of getSessionLagStatus() for several DBs using the most pessimistic values to estimate the lag of any data derived from them in combination.
 
- Public Attributes inherited from DatabaseBase
const DEADLOCK_DELAY_MAX = 1500000
 Maximum time to wait before retry.
 
const DEADLOCK_DELAY_MIN = 500000
 Minimum time to wait before retry, in microseconds.
 
const DEADLOCK_TRIES = 4
 Number of times to re-try an operation in case of deadlock.
 
- Static Protected Member Functions inherited from DatabaseBase
static generalizeSQL ( $sql)
 Removes most variables from an SQL query and replaces them with X or N for numbers.
 

Detailed Description

Database abstraction object for PHP extension mysqli.

Since
1.22
See also
Database

Definition at line 31 of file DatabaseMysqli.php.

Member Function Documentation

◆ __toString()

DatabaseMysqli::__toString ( )

Give an id for the connection.

mysql driver used resource id, but mysqli objects cannot be cast to string.

Returns
string

Reimplemented from DatabaseBase.

Definition at line 324 of file DatabaseMysqli.php.

References $mConn.

◆ affectedRows()

DatabaseMysqli::affectedRows ( )
Returns
int

Implements IDatabase.

Definition at line 165 of file DatabaseMysqli.php.

References DatabaseMysqlBase\getBindingHandle().

◆ closeConnection()

DatabaseMysqli::closeConnection ( )
protected
Returns
bool

Reimplemented from DatabaseBase.

Definition at line 136 of file DatabaseMysqli.php.

References DatabaseMysqlBase\getBindingHandle().

◆ connectInitCharset()

DatabaseMysqli::connectInitCharset ( )
protected

Set the character set information right after connection.

Returns
bool

Reimplemented from DatabaseMysqlBase.

Definition at line 114 of file DatabaseMysqli.php.

◆ doQuery()

DatabaseMysqli::doQuery (   $sql)
protected
Parameters
string$sql
Returns
resource

Reimplemented from DatabaseBase.

Definition at line 39 of file DatabaseMysqli.php.

References $ret, DatabaseBase\bufferResults(), and DatabaseMysqlBase\getBindingHandle().

◆ insertId()

DatabaseMysqli::insertId ( )
Returns
int

Implements IDatabase.

Definition at line 145 of file DatabaseMysqli.php.

References DatabaseMysqlBase\getBindingHandle().

◆ lastErrno()

DatabaseMysqli::lastErrno ( )
Returns
int

Implements IDatabase.

Definition at line 154 of file DatabaseMysqli.php.

◆ mysqlConnect()

DatabaseMysqli::mysqlConnect (   $realServer)
protected
Parameters
string$realServer
Returns
bool|mysqli
Exceptions
DBConnectionError

Reimplemented from DatabaseMysqlBase.

Definition at line 56 of file DatabaseMysqli.php.

References $wgDBmysql5, DBO_COMPRESS, DBO_PERSISTENT, DBO_SSL, global, and IP\splitHostAndPort().

◆ mysqlDataSeek()

DatabaseMysqli::mysqlDataSeek (   $res,
  $row 
)
protected
Parameters
resource | ResultWrapper$res
int$row
Returns
mixed

Reimplemented from DatabaseMysqlBase.

Definition at line 285 of file DatabaseMysqli.php.

References $res.

◆ mysqlError()

DatabaseMysqli::mysqlError (   $conn = null)
protected
Parameters
mysqli$connOptional connection object
Returns
string

Reimplemented from DatabaseMysqlBase.

Definition at line 293 of file DatabaseMysqli.php.

◆ mysqlFetchArray()

DatabaseMysqli::mysqlFetchArray (   $res)
protected
Parameters
mysqli$res
Returns
bool

Reimplemented from DatabaseMysqlBase.

Definition at line 210 of file DatabaseMysqli.php.

References $res.

◆ mysqlFetchField()

DatabaseMysqli::mysqlFetchField (   $res,
  $n 
)
protected
Parameters
mysqli$res
int$n
Returns
mixed

Reimplemented from DatabaseMysqlBase.

Definition at line 240 of file DatabaseMysqli.php.

References $res.

◆ mysqlFetchObject()

DatabaseMysqli::mysqlFetchObject (   $res)
protected
Parameters
mysqli$res
Returns
bool

Reimplemented from DatabaseMysqlBase.

Definition at line 197 of file DatabaseMysqli.php.

References $res.

◆ mysqlFieldName()

DatabaseMysqli::mysqlFieldName (   $res,
  $n 
)
protected
Parameters
resource | ResultWrapper$res
int$n
Returns
mixed

Reimplemented from DatabaseMysqlBase.

Definition at line 263 of file DatabaseMysqli.php.

References $res.

◆ mysqlFieldType()

DatabaseMysqli::mysqlFieldType (   $res,
  $n 
)
protected
Parameters
resource | ResultWrapper$res
int$n
Returns
mixed

Reimplemented from DatabaseMysqlBase.

Definition at line 274 of file DatabaseMysqli.php.

References $res.

◆ mysqlFreeResult()

DatabaseMysqli::mysqlFreeResult (   $res)
protected
Parameters
mysqli$res
Returns
bool

Reimplemented from DatabaseMysqlBase.

Definition at line 187 of file DatabaseMysqli.php.

References $res.

◆ mysqlNumFields()

DatabaseMysqli::mysqlNumFields (   $res)
protected
Parameters
mysqli$res
Returns
mixed

Reimplemented from DatabaseMysqlBase.

Definition at line 231 of file DatabaseMysqli.php.

References $res.

◆ mysqlNumRows()

DatabaseMysqli::mysqlNumRows (   $res)
protected
Parameters
mysqli$res
Returns
mixed

Reimplemented from DatabaseMysqlBase.

Definition at line 223 of file DatabaseMysqli.php.

References $res.

◆ mysqlPing()

DatabaseMysqli::mysqlPing ( )
protected

Ping a server connection or reconnect if there is no connection.

Returns
bool

Reimplemented from DatabaseMysqlBase.

Definition at line 312 of file DatabaseMysqli.php.

References DatabaseMysqlBase\getBindingHandle().

◆ mysqlRealEscapeString()

DatabaseMysqli::mysqlRealEscapeString (   $s)
protected

Escapes special characters in a string for use in an SQL statement.

Parameters
string$s
Returns
string

Reimplemented from DatabaseMysqlBase.

Definition at line 306 of file DatabaseMysqli.php.

References $s, and DatabaseMysqlBase\getBindingHandle().

◆ mysqlSetCharset()

DatabaseMysqli::mysqlSetCharset (   $charset)
protected
Parameters
string$charset
Returns
bool

Reimplemented from DatabaseMysqlBase.

Definition at line 123 of file DatabaseMysqli.php.

References DatabaseMysqlBase\getBindingHandle(), and DatabaseBase\query().

◆ selectDB()

DatabaseMysqli::selectDB (   $db)
Parameters
string$db
Returns
bool

Reimplemented from DatabaseBase.

Definition at line 175 of file DatabaseMysqli.php.

References DatabaseMysqlBase\getBindingHandle().

Member Data Documentation

◆ $mConn

mysqli DatabaseMysqli::$mConn
protected

Definition at line 33 of file DatabaseMysqli.php.

Referenced by __toString().


The documentation for this class was generated from the following file: