Class Platform

Summary

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

Description

Methods

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

Method Details

__construct()

Parameter Name Type Description
$adapter

Returns: void

getDecorators()

Returns: array|\PlatformDecoratorInterface[]

getSqlString()

{@inheritDoc}

Parameter Name Type Description
$adapterPlatform

Returns:

getTypeDecorator()

Parameter Name Type Description
$subject \PreparableSqlInterface|\SqlInterface
$adapterOrPlatform \AdapterInterface|\PlatformInterface|null

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
$adapterOrPlatform \AdapterInterface|\PlatformInterface

Returns:

Top