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.
Afficher le fichier
Open project: doctrine/dbal
Méthodes publiques
Méthodes protégées
Method Details
doModifyLimitQuery()
protected méthode
getAlterSequenceSQL()
public méthode
public getAlterSequenceSQL ( Doctrine\DBAL\Schema\Sequence $sequence ) |
$sequence |
Doctrine\DBAL\Schema\Sequence |
|
getCreateSequenceSQL()
public méthode
public getCreateSequenceSQL ( Doctrine\DBAL\Schema\Sequence $sequence ) |
$sequence |
Doctrine\DBAL\Schema\Sequence |
|
getDropSequenceSQL()
public méthode
getListSequencesSQL()
public méthode
getReservedKeywordsClass()
protected méthode
Returns Microsoft SQL Server 2012 specific keywords class
getSequenceNextValSQL()
public méthode
supportsSequences()
public méthode