You are here

protected property MigrateSourceOracle::$query in Migrate 6.2

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

The SQL query from which to obtain data. Is a string.

File

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

Class

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

Code

protected $query;