Overview

Namespaces

  • None
  • PHP

Classes

  • AbstractTest
  • AMysql
  • AMysql_Abstract
  • AMysql_Expr
  • AMysql_Iterator
  • AMysql_Profiler
  • AMysql_Select
  • AMysql_Statement
  • AMysql_TestCase
  • ExceptionTest
  • ExprTest
  • IteratorTest
  • SelectTest
  • StatementTest

Exceptions

  • AMysql_Exception
  • Overview
  • Namespace
  • Class
  • Tree

Class AMysql

Mysql abstraction which only uses mysql_* functions, but can use Mysqli also.

For information on binding placeholders, @see AMysql_Statement::execute()

AMysql_Abstract
Extended by AMysql
License: License; http://www.opensource.org/licenses/mit-license.php
Author: Szerémi Attila
Located at AMysql.php
Methods inherited from AMysql_Abstract
__construct(), __get(), _escapeIdentifier(), addQuery(), autoConnect(), autoPing(), autoPingConnect(), close(), commit(), connect(), del(), delete(), escape(), escapeColumn(), escapeIdentifierSimple(), escapeLike(), escapeTable(), expr(), forceReconnect(), foundRows(), getAutoReconnect(), getFetchMode(), getOne(), getOneInt(), getOneNull(), getProfiler(), getQueries(), getQueriesData(), handleError(), handleException(), inTransaction(), ins(), insert(), isAnsi(), newStatement(), oldSetConnDetails(), pingReconnect(), prepare(), query(), rep(), replace(), rollback(), save(), select(), selectDb(), setAnsi(), setAutoPingSeconds(), setAutoReconnect(), setCharset(), setConnDetails(), setDefaultAutoCommit(), setNames(), setUtf8(), startTransaction(), transpose(), upd(), update(), updateMultipleByData(), updateMultipleByKey(), useNewProfiler()
Constants inherited from AMysql_Abstract
FETCH_ARRAY, FETCH_ASSOC, FETCH_OBJECT, FETCH_ROW
Properties inherited from AMysql_Abstract
$_fetchMode, $affectedRows, $autoPing, $autoPingSeconds, $autoReconnect, $connDetails, $defaultAutoCommit, $errno, $error, $identifierQuoteChar, $inTransaction, $includeBacktrace, $insertId, $isAnsi, $isMysqli, $lastPingTime, $lastStatement, $link, $multipleAffectedRows, $pdoIndexedBinding, $profiler, $query, $result, $throwExceptions, $triggerErrorOnException, $useMysqli
API documentation generated by ApiGen 2.8.0