Class Sqlite

Summary

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

Description

Methods

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

Method Details

__construct()

Constructor

Registers the type decorator.

Returns:

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