Methods

__construct()

__construct() 

getDecorators()

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

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

Returns

getSqlString()

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

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

Parameters

Exceptions

\Zend\Db\Sql\Exception\RuntimeException

Returns

mixed

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) 
Inherited

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

Parameters

$subject

setTypeDecorator()

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

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

Parameters

$type

 Properties

 

$decorators

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

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

$subject

$subject : object
Inherited

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