AbstractSQLServerDriver
abstract class AbstractSQLServerDriver implements Driver, VersionAwarePlatformDriver (View source)
Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for Microsoft SQL Server based drivers.
Methods
Factory method for creating the appropriate platform instance for the given version.
Gets the DatabasePlatform instance that provides all the metadata about the platform this driver connects to.
Gets the SchemaManager that can be used to inspect and change the underlying database schema of the platform this driver connects to.
Details
at line 45
AbstractPlatform
createDatabasePlatformForVersion(string $version)
Factory method for creating the appropriate platform instance for the given version.
at line 79
string
getDatabase(Connection $conn)
Gets the name of the database connected to for this driver.
at line 89
AbstractPlatform
getDatabasePlatform()
Gets the DatabasePlatform instance that provides all the metadata about the platform this driver connects to.
at line 98
AbstractSchemaManager
getSchemaManager(Connection $conn)
Gets the SchemaManager that can be used to inspect and change the underlying database schema of the platform this driver connects to.