package |
Default |
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform |
Methods
__construct()
__construct(null|\Zend\Db\Adapter\Driver\Pgsql\Pgsql|\Zend\Db\Adapter\Driver\Pdo\Pdo|resource|\PDO $driver = null
)
Parameters
$driver
null
\Zend\Db\Adapter\Driver\Pgsql\Pgsql
\Zend\Db\Adapter\Driver\Pdo\Pdo
resource
\PDO
Get identifier separator
getIdentifierSeparator()
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::getIdentifierSeparator() |
Get quote identifier symbol
getQuoteIdentifierSymbol()
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::getQuoteIdentifierSymbol() |
Get quote value symbol
getQuoteValueSymbol()
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::getQuoteValueSymbol() |
Quote identifier
quoteIdentifier(string $identifier)
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::quoteIdentifier() |
Parameters
$identifier
Quote identifier chain
quoteIdentifierChain(string|array<mixed,string> $identifierChain)
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform::quoteIdentifierChain() |
Parameters
$identifierChain
Quote identifier chain
quoteIdentifierChain(string|array<mixed,string> $identifierChain)
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::quoteIdentifierChain() |
Parameters
$identifierChain
Quote identifier in fragment
quoteIdentifierInFragment(string $identifier, array $safeWords = array()
)
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::quoteIdentifierInFragment() |
Parameters
$identifier
$safeWords
Quote Trusted Value
quoteTrustedValue($value)
The ability to quote values without notices
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform::quoteTrustedValue() |
Parameters
$value
Quote Trusted Value
quoteTrustedValue($value)
Inherited
The ability to quote values without notices
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::quoteTrustedValue() |
Parameters
$value
Quote value
quoteValue(string $value)
Will throw a notice when used in a workflow that can be considered "unsafe"
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform::quoteValue() |
Parameters
$value
Quote value
quoteValue(string $value)
Inherited
Will throw a notice when used in a workflow that can be considered "unsafe"
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::quoteValue() |
Parameters
$value
Quote value list
quoteValueList(string|array<mixed,string> $valueList)
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\PlatformInterface::quoteValueList() |
Parameters
$valueList
setDriver()
setDriver(\Zend\Db\Adapter\Driver\Pgsql\Pgsql|\Zend\Db\Adapter\Driver\Pdo\Pdo|resource|\PDO $driver) : \Zend\Db\Adapter\Platform\Postgresql
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$driver
\Zend\Db\Adapter\Driver\Pgsql\Pgsql
\Zend\Db\Adapter\Driver\Pdo\Pdo
resource
\PDO
Exceptions
\Zend\Db\Adapter\Exception\InvalidArgumentException |
|
Returns
\Zend\Db\Adapter\Platform\Postgresql
Properties
$quoteIdentifier
$quoteIdentifier : array<mixed,string>
Overrides value from AbstractPlatform to use proper escaping for Postgres
$quoteIdentifierTo : string
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform::quoteIdentifierTo |
$quoteIdentifierTo
$quoteIdentifierTo : string
$quoteIdentifiers
$quoteIdentifiers : boolean
$resource
$resource : resource | \PDO