You are here

protected property MigrateSourceOracle::$connection in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/oracle.inc \MigrateSourceOracle::connection

The active Oracle connection for this source.

Type: resource

File

plugins/sources/oracle.inc, line 27
Define a MigrateSource class for importing from Oracle databases.

Class

MigrateSourceOracle
Implementation of MigrateSource, to handle imports from remote Oracle servers.

Code

protected $connection;