You are here

protected property MigrateSourceSQL::$usingHighwater in Migrate 7.2

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

Whether this source is configured to use a highwater mark, and there is a highwater mark present to use.

Type: boolean

File

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

Class

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

Code

protected $usingHighwater = FALSE;