Class Mysql

Summary

Fully Qualified Name: Zend\Db\Sql\Platform\Mysql\Mysql
Extends: AbstractPlatform

Description

Methods

Name Description Defined By
__construct() Mysql
getDecorators() AbstractPlatform
getSqlString() {@inheritDoc} AbstractPlatform
getTypeDecorator() AbstractPlatform
prepareStatement() {@inheritDoc} AbstractPlatform
setSubject() {@inheritDoc} AbstractPlatform
setTypeDecorator() AbstractPlatform

Method Details

__construct()

Returns: void

getDecorators()

Returns: array|\PlatformDecoratorInterface[]

getSqlString()

{@inheritDoc}

Parameter Name Type Description
$adapterPlatform

Returns:

getTypeDecorator()

Parameter Name Type Description
$subject \PreparableSqlInterface|\SqlInterface

Returns: \PlatformDecoratorInterface|\PreparableSqlInterface|\SqlInterface

prepareStatement()

{@inheritDoc}

Parameter Name Type Description
$adapter
$statementContainer

Returns:

setSubject()

{@inheritDoc}

Parameter Name Type Description
$subject

Returns:

setTypeDecorator()

Parameter Name Type Description
$type string
$decorator \PlatformDecoratorInterface

Returns: void

Top