Fully Qualified Name: | Zend\Db\Adapter\Platform\SqlServer |
Extends: | AbstractPlatform |
Name | Description | Defined By |
---|---|---|
__construct() | SqlServer | |
getIdentifierSeparator() | {@inheritDoc} | AbstractPlatform |
getName() | {@inheritDoc} | SqlServer |
getQuoteIdentifierSymbol() | {@inheritDoc} | SqlServer |
getQuoteValueSymbol() | {@inheritDoc} | AbstractPlatform |
quoteIdentifier() | {@inheritDoc} | AbstractPlatform |
quoteIdentifierChain() | {@inheritDoc} | SqlServer |
quoteIdentifierInFragment() | {@inheritDoc} | AbstractPlatform |
quoteTrustedValue() | {@inheritDoc} | SqlServer |
quoteValue() | {@inheritDoc} | SqlServer |
quoteValueList() | {@inheritDoc} | AbstractPlatform |
setDriver() | SqlServer |
Parameter Name | Type | Description |
---|---|---|
$driver | null|\Zend\Db\Adapter\Driver\Sqlsrv\Sqlsrv|\Zend\Db\Adapter\Driver\Pdo\Pdo|resource|\PDO |
Returns:
{@inheritDoc}
Returns:
{@inheritDoc}
Returns:
{@inheritDoc}
Returns:
{@inheritDoc}
Returns:
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$identifier |
Returns:
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$identifierChain |
Returns:
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$identifier | ||
$safeWords |
Returns:
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$value |
Returns:
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$value |
Returns:
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$valueList |
Returns:
Parameter Name | Type | Description |
---|---|---|
$driver | \Zend\Db\Adapter\Driver\Sqlsrv\Sqlsrv|\Zend\Db\Adapter\Driver\Pdo\Pdo|resource|\PDO |
Returns: self Provides a fluent interface