Class AbstractPlatform

Summary

Fully Qualified Name: Zend\Db\Sql\Platform\AbstractPlatform
Implements: PlatformDecoratorInterface, PreparableSqlInterface, SqlInterface

Description

Methods

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

Method Details

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