quoteIdentifier($sequenceName) . ' FROM SYSIBM.SYSDUMMY1'; } /** * Get the platform name for this instance * * @return string */ public function getName() { return 'db2'; } }