protected property MigrateSourceSQL::$originalQuery in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/sources/sql.inc \MigrateSourceSQL::originalQuery
The SQL query objects from which to obtain data, and counts of data
Type: SelectQueryInterface
File
- plugins/
sources/ sql.inc, line 17 - Define a MigrateSource for importing from Drupal connections
Class
- MigrateSourceSQL
- Implementation of MigrateSource, to handle imports from Drupal connections.
Code
protected $originalQuery, $query, $countQuery;