Module: OracleEnhancedOCIConnectionWithXmltype

Defined in:
lib/oracle_enhanced_plus_xmltype/oracle_enhanced_oci_connection_with_xmltype.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



52
53
54
55
56
# File 'lib/oracle_enhanced_plus_xmltype/oracle_enhanced_oci_connection_with_xmltype.rb', line 52

def self.included(receiver)
  receiver.send :remove_method, :typecast_result_value
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end