Methods

__construct()

__construct() 

getDecorators()

getDecorators() : array | \Zend\Db\Sql\Platform\PlatformDecoratorInterface[]
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::getDecorators()

Returns

Get SQL string for statement

getSqlString(\Zend\Db\Adapter\Platform\PlatformInterface $adapterPlatform) : string
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::getSqlString()

Parameters

Exceptions

\Zend\Db\Sql\Exception\RuntimeException

Returns

string

prepareStatement()

prepareStatement(\Zend\Db\Adapter\AdapterInterface $adapter, \Zend\Db\Adapter\StatementContainerInterface $statementContainer) : void
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::prepareStatement()

Parameters

Exceptions

\Zend\Db\Sql\Exception\RuntimeException

setSubject()

setSubject($subject) : \Zend\Db\Sql\Platform\self
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::setSubject()

Parameters

$subject

Returns

\Zend\Db\Sql\Platform\self

setTypeDecorator()

setTypeDecorator(string $type, \Zend\Db\Sql\Platform\PlatformDecoratorInterface $decorator) : void
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::setTypeDecorator()

Parameters

$type

string

 Properties

 

$decorators

$decorators : \Zend\Db\Sql\Platform\PlatformDecoratorInterface[]
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::$$decorators
 

$subject

$subject : object | null
Inherited

inherited_from \Zend\Db\Sql\Platform\AbstractPlatform::$$subject