Class: OCI8::BindType::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/oci8/bindtype.rb

Class Method Summary collapse

Class Method Details

.create(con, val, param, max_array_size) ⇒ Object



13
14
15
# File 'lib/oci8/bindtype.rb', line 13

def self.create(con, val, param, max_array_size)
  self.new(con, val, param, max_array_size)
end