Doctrine\DBAL\Platforms\SQLServerPlatform::getCreateTemporaryTableSnippetSQL PHP Method

getCreateTemporaryTableSnippetSQL() public method

{@inheritDoc}
    public function getCreateTemporaryTableSnippetSQL()
    {
        return "CREATE TABLE";
    }
SQLServerPlatform