You are here

public function MigrateSourceMSSQL::__toString in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/sqlsrv.inc \MigrateSourceMSSQL::__toString()

Return a string representing the source query.

Return value

string

File

plugins/sources/mssql.inc, line 79
Define a MigrateSource for importing from Microsoft SQL Server databases.

Class

MigrateSourceMSSQL
Implementation of MigrateSource, to handle imports from remote MS SQL Server db servers.

Code

public function __toString() {
  return $this->query;
}