You are here

protected property MigrateSourceOracle::$characterSet in Migrate 6.2

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

Character set to use in retrieving data.

Type: string

File

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

Class

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

Code

protected $characterSet;