return $this->driver->
getDatabasePlatform();
} public function getSchemaManager(Connection
$conn, AbstractPlatform
$platform): AbstractSchemaManager
{ return $this->driver->
getSchemaManager($conn,
$platform);
} public function getExceptionConverter(): Driver\API\ExceptionConverter
{ return $this->driver->
getExceptionConverter();
}}