PHP Class Doctrine\DBAL\Platforms\SQLServer2012Platform
Differences to SQL Server 2008 and before are that sequences are introduced,
and support for the new OFFSET... FETCH syntax for result pagination has been added.
Mostra file
Open project: doctrine/dbal
Public Methods
Protected Methods
Method Details
doModifyLimitQuery()
protected method
getAlterSequenceSQL()
public method
public getAlterSequenceSQL ( Doctrine\DBAL\Schema\Sequence $sequence ) |
$sequence |
Doctrine\DBAL\Schema\Sequence |
|
getCreateSequenceSQL()
public method
public getCreateSequenceSQL ( Doctrine\DBAL\Schema\Sequence $sequence ) |
$sequence |
Doctrine\DBAL\Schema\Sequence |
|
getDropSequenceSQL()
public method
getListSequencesSQL()
public method
getReservedKeywordsClass()
protected method
Returns Microsoft SQL Server 2012 specific keywords class
getSequenceNextValSQL()
public method
supportsSequences()
public method