setQuotedName($row->getSequenceName(), $row->getSchemaName()) ->setAllocationSize($row->getAllocationSize()) ->setInitialValue($row->getInitialValue()) ->setCacheSize($row->getCacheSize()) ->create(); } }