getParams(); return $params['dbname']; } /** * {@inheritdoc} */ public function getDatabasePlatform() { return new DB2Platform(); } /** * {@inheritdoc} */ public function getSchemaManager(Connection $conn) { return new DB2SchemaManager($conn); } /** * @param string $message * * @return DriverException */ public function convertException($message, TheDriverException $exception) { return new DriverException($message, $exception); } }