__construct()
checkEnvironment()
createResult()
createStatement()
formatParameterName()
getConnection()
getDatabasePlatformName()
getLastGeneratedValue()
getPrepareType()
getProfiler()
getResultPrototype()
getStatementPrototype()
registerConnection()
registerResultPrototype()
registerStatementPrototype()
setProfiler()
$connection
$options
$profiler
$resultPrototype
$statementPrototype
NAME_FORMAT_CAMELCASE
NAME_FORMAT_NATURAL
PARAMETERIZATION_NAMED
PARAMETERIZATION_POSITIONAL
__construct(array | \Zend\Db\Adapter\Driver\Mysqli\Connection | \mysqli $connection, \Zend\Db\Adapter\Driver\Mysqli\Statement $statementPrototype, \Zend\Db\Adapter\Driver\Mysqli\Result $resultPrototype, array $options)
array\Zend\Db\Adapter\Driver\Mysqli\Connection\mysqli
null\Zend\Db\Adapter\Driver\Mysqli\Statement
null\Zend\Db\Adapter\Driver\Mysqli\Result
array
createResult(resource $resource, null | bool $isBuffered) : \Zend\Db\Adapter\Driver\Mysqli\Result
formatParameterName(string $name, mixed $type) : string
string
mixed
string
getConnection() : \Zend\Db\Adapter\Driver\Mysqli\Connection
getDatabasePlatformName(string $nameFormat) : string
string
string
getLastGeneratedValue() : mixed
mixed
getPrepareType() : array
array
getStatementPrototype() : null | \Zend\Db\Adapter\Driver\Mysqli\Statement
registerConnection(\Zend\Db\Adapter\Driver\Mysqli\Connection $connection) : \Zend\Db\Adapter\Driver\Mysqli\Mysqli
registerResultPrototype(\Zend\Db\Adapter\Driver\Mysqli\Result $resultPrototype)
\Zend\Db\Adapter\Driver\Mysqli\Result
registerStatementPrototype(\Zend\Db\Adapter\Driver\Mysqli\Statement $statementPrototype)
\Zend\Db\Adapter\Driver\Mysqli\Statement
setProfiler(\Zend\Db\Adapter\Profiler\ProfilerInterface $profiler) : \Zend\Db\Adapter\Driver\Mysqli\Mysqli
NAME_FORMAT_CAMELCASE
inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::NAME_FORMAT_CAMELCASE |
---|
NAME_FORMAT_NATURAL
inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::NAME_FORMAT_NATURAL |
---|
PARAMETERIZATION_NAMED
inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::PARAMETERIZATION_NAMED |
---|
PARAMETERIZATION_POSITIONAL
inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::PARAMETERIZATION_POSITIONAL |
---|