You are here

protected property MigrateSourceSQL::$highwaterSeen in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/sql.inc \MigrateSourceSQL::highwaterSeen

Whether, in the current iteration, we have reached the highwater mark.

Type: boolen

File

plugins/sources/sql.inc, line 96
Define a MigrateSource for importing from Drupal connections.

Class

MigrateSourceSQL
Implementation of MigrateSource, to handle imports from Drupal connections.

Code

protected $highwaterSeen = FALSE;