class Illuminate / Database / PDO / SqlServerDriver
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

SqlServerDriver

Extends

    Doctrine\...\AbstractSQLServerDriver

Methods

public

connect ( array $params , $username , $password , array $driverOptions ) : SqlServerConnection

Create a new database connection.

Parameters

  • $params array
  • $username string|null
  • $password string|null
  • $driverOptions array
public

getName ( ) : void

{@inheritdoc}