You are here

public static function MigrateSourceDB2::options in Migrate 7.2

Return an options array for DB2 sources.

Parameters

boolean $cache_counts: Indicates whether to cache counts of source records.

File

plugins/sources/db2.inc, line 51
Define a MigrateSource class for importing from IBM DB2 databases.

Class

MigrateSourceDB2
Implementation of MigrateSource, to handle imports from remote DB2 servers.

Code

public static function options($cache_counts = FALSE) {
  return compact('cache_counts');
}