Methods

__construct()

__construct(\Zend\Db\Adapter\AdapterInterface $adapter) 

Parameters

$adapter

Get SQL string for statement

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

Parameters

Exceptions

\Zend\Db\Sql\Exception\RuntimeException

Returns

string

prepareStatement()

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

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, \Zend\Db\Adapter\AdapterInterface | \Zend\Db\Adapter\Platform\PlatformInterface $adapterOrPlatform) : void

resolvePlatformName()

resolvePlatformName($adapterOrPlatform) 

Parameters

$adapterOrPlatform

 Properties

 

$adapter

$adapter : \Zend\Db\Adapter\AdapterInterface

 

$decorators

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

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

$defaultPlatform

$defaultPlatform : \Zend\Db\Adapter\Platform\PlatformInterface | null

 

$subject

$subject : object | null
Inherited

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