__construct()
checkEnvironment()
createResult()
createStatement()
formatParameterName()
getConnection()
getDatabasePlatformName()
getLastGeneratedValue()
getPrepareType()
getProfiler()
registerConnection()
registerResultPrototype()
registerStatementPrototype()
setProfiler()
$connection
$profiler
$resultPrototype
$statementPrototype
NAME_FORMAT_CAMELCASE
NAME_FORMAT_NATURAL
PARAMETERIZATION_NAMED
PARAMETERIZATION_POSITIONAL
__construct(array | \Zend\Db\Adapter\Driver\Sqlsrv\Connection | resource $connection, \Zend\Db\Adapter\Driver\Sqlsrv\Statement $statementPrototype, \Zend\Db\Adapter\Driver\Sqlsrv\Result $resultPrototype)
array\Zend\Db\Adapter\Driver\Sqlsrv\Connectionresource
null\Zend\Db\Adapter\Driver\Sqlsrv\Statement
null\Zend\Db\Adapter\Driver\Sqlsrv\Result
createStatement(string | resource $sqlOrResource) : \Zend\Db\Adapter\Driver\Sqlsrv\Statement
formatParameterName(string $name, mixed $type) : string
string
mixed
string
getConnection() : \Zend\Db\Adapter\Driver\Sqlsrv\Connection
getDatabasePlatformName(string $nameFormat) : string
string
string
getLastGeneratedValue() : mixed
mixed
getPrepareType() : array
array
registerConnection(\Zend\Db\Adapter\Driver\Sqlsrv\Connection $connection) : \Zend\Db\Adapter\Driver\Sqlsrv\Sqlsrv
registerResultPrototype(\Zend\Db\Adapter\Driver\Sqlsrv\Result $resultPrototype) : \Zend\Db\Adapter\Driver\Sqlsrv\Sqlsrv
registerStatementPrototype(\Zend\Db\Adapter\Driver\Sqlsrv\Statement $statementPrototype) : \Zend\Db\Adapter\Driver\Sqlsrv\Sqlsrv
setProfiler(\Zend\Db\Adapter\Profiler\ProfilerInterface $profiler) : \Zend\Db\Adapter\Driver\Sqlsrv\Sqlsrv
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 |
---|