Zend Framework  1.12
Zend_Db_Adapter_Mysqli Member List

This is the complete list of members for Zend_Db_Adapter_Mysqli, including all inherited members.

$_allowSerializationZend_Db_Adapter_Abstractprotected
$_autoQuoteIdentifiersZend_Db_Adapter_Abstractprotected
$_autoReconnectOnUnserializeZend_Db_Adapter_Abstractprotected
$_caseFoldingZend_Db_Adapter_Abstractprotected
$_configZend_Db_Adapter_Abstractprotected
$_connectionZend_Db_Adapter_Abstractprotected
$_defaultProfilerClassZend_Db_Adapter_Abstractprotected
$_defaultStmtClassZend_Db_Adapter_Mysqliprotected
$_fetchModeZend_Db_Adapter_Abstractprotected
$_numericDataTypesZend_Db_Adapter_Mysqliprotected
$_profilerZend_Db_Adapter_Abstractprotected
$_stmtZend_Db_Adapter_Mysqliprotected
__construct($config)Zend_Db_Adapter_Abstract
__sleep()Zend_Db_Adapter_Abstract
__wakeup()Zend_Db_Adapter_Abstract
_beginTransaction()Zend_Db_Adapter_Mysqliprotected
_checkRequiredOptions(array $config)Zend_Db_Adapter_Abstractprotected
_commit()Zend_Db_Adapter_Mysqliprotected
_connect()Zend_Db_Adapter_Mysqliprotected
_quote($value)Zend_Db_Adapter_Mysqliprotected
_quoteIdentifier($value, $auto=false)Zend_Db_Adapter_Abstractprotected
_quoteIdentifierAs($ident, $alias=null, $auto=false, $as= 'AS ')Zend_Db_Adapter_Abstractprotected
_rollBack()Zend_Db_Adapter_Mysqliprotected
_whereExpr($where)Zend_Db_Adapter_Abstractprotected
beginTransaction()Zend_Db_Adapter_Abstract
closeConnection()Zend_Db_Adapter_Mysqli
commit()Zend_Db_Adapter_Abstract
delete($table, $where= '')Zend_Db_Adapter_Abstract
describeTable($tableName, $schemaName=null)Zend_Db_Adapter_Mysqli
fetchAll($sql, $bind=array(), $fetchMode=null)Zend_Db_Adapter_Abstract
fetchAssoc($sql, $bind=array())Zend_Db_Adapter_Abstract
fetchCol($sql, $bind=array())Zend_Db_Adapter_Abstract
fetchOne($sql, $bind=array())Zend_Db_Adapter_Abstract
fetchPairs($sql, $bind=array())Zend_Db_Adapter_Abstract
fetchRow($sql, $bind=array(), $fetchMode=null)Zend_Db_Adapter_Abstract
foldCase($key)Zend_Db_Adapter_Abstract
getConfig()Zend_Db_Adapter_Abstract
getConnection()Zend_Db_Adapter_Abstract
getFetchMode()Zend_Db_Adapter_Abstract
getProfiler()Zend_Db_Adapter_Abstract
getQuoteIdentifierSymbol()Zend_Db_Adapter_Mysqli
getServerVersion()Zend_Db_Adapter_Mysqli
getStatementClass()Zend_Db_Adapter_Abstract
insert($table, array $bind)Zend_Db_Adapter_Abstract
isConnected()Zend_Db_Adapter_Mysqli
lastInsertId($tableName=null, $primaryKey=null)Zend_Db_Adapter_Mysqli
lastSequenceId($sequenceName)Zend_Db_Adapter_Abstract
limit($sql, $count, $offset=0)Zend_Db_Adapter_Mysqli
listTables()Zend_Db_Adapter_Mysqli
nextSequenceId($sequenceName)Zend_Db_Adapter_Abstract
prepare($sql)Zend_Db_Adapter_Mysqli
query($sql, $bind=array())Zend_Db_Adapter_Abstract
quote($value, $type=null)Zend_Db_Adapter_Abstract
quoteColumnAs($ident, $alias, $auto=false)Zend_Db_Adapter_Abstract
quoteIdentifier($ident, $auto=false)Zend_Db_Adapter_Abstract
quoteInto($text, $value, $type=null, $count=null)Zend_Db_Adapter_Abstract
quoteTableAs($ident, $alias=null, $auto=false)Zend_Db_Adapter_Abstract
rollBack()Zend_Db_Adapter_Abstract
select()Zend_Db_Adapter_Abstract
setFetchMode($mode)Zend_Db_Adapter_Mysqli
setProfiler($profiler)Zend_Db_Adapter_Abstract
setStatementClass($class)Zend_Db_Adapter_Abstract
supportsParameters($type)Zend_Db_Adapter_Mysqli
update($table, array $bind, $where= '')Zend_Db_Adapter_Abstract