You are here

public function MigrateSourceDB2::getNextRow in Migrate 7.2

Implementation of MigrateSource::getNextRow().

Return value

object

File

plugins/sources/db2.inc, line 162
Define a MigrateSource class for importing from IBM DB2 databases.

Class

MigrateSourceDB2
Implementation of MigrateSource, to handle imports from remote DB2 servers.

Code

public function getNextRow() {
  return db2_fetch_object($this->stmt);
}