Module DataMapper::Migrations::OracleAdapter::ClassMethods
In: lib/dm-migrations/adapters/dm-oracle-adapter.rb

Methods

Public Instance methods

Set if sequences will or will not be reset during auto_migrate!

@param [TrueClass, FalseClass] reset sequences?

  do not specify parameter to return current value

@return [Symbol] current value of auto_migrate_reset_sequences option (default value is true)

@api semipublic

Use table truncate or delete for auto_migrate! to speed up test execution

@param [Symbol] :truncate, :delete or :drop_and_create (or nil)

  do not specify parameter to return current value

@return [Symbol] current value of auto_migrate_with option (nil returned for :drop_and_create)

@api semipublic

Types for Oracle databases.

@return [Hash] types for Oracle databases.

@api private

[Validate]