Class ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter
In: lib/patches/db/oracle_enhanced.rb
Parent: Object

Methods

Constants

SCHEMA_QUERY_TYPES = ["Sequence", "Primary Key", "Primary Key Trigger", nil].freeze

External Aliases

execute -> execute_without_profiling
exec_query -> exec_query_without_profiling
exec_insert -> exec_insert_without_profiling
exec_update -> exec_update_without_profiling

Public Instance methods

exec_delete(sql, name, binds)

Alias for exec_update

[Validate]