extends |
AbstractDriverMiddleware |
|---|
| Methods | ||
|---|---|---|
protected
|
replaceDatabasePlatform(AbstractPlatform $platform): AbstractPlatform
|
# |
public
|
getDatabasePlatform(): AbstractPlatform
|
# |
public
|
createDatabasePlatformForVersion($version): AbstractPlatform
|
# |
public
|
getSchemaManager(Connection $connection, AbstractPlatform $platform): AbstractSchemaManager<AbstractPlatform>
|
# |
protected
|
createExceptionConvertorMiddleware(
ExceptionConverter $wrappedExceptionConverter,
Closure(DriverException, ?Query): DriverException $convertFx,
): ExceptionConverter
|
# |
final
protected
static
|
getUnconvertedException(DriverException $convertedException): Exception
|
# |
public
|
getExceptionConverter(): ExceptionConverter
|
# |