You are here

protected property MigrateSourceDB2::$configuration in Migrate 7.2

Array containing information for connecting to DB2: database - Database to connect to username - Username to connect as password - Password for authentication

Type: array

File

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

Class

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

Code

protected $configuration;