You are here

public function MigrateSourceDB2::__toString in Migrate 7.2

Return a string representing the source query.

Return value

string

File

plugins/sources/db2.inc, line 72
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 __toString() {
  return $this->query;
}