Class: OCI8::BindType::LongRaw

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

Class Method Summary collapse

Class Method Details

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



193
194
195
196
# File 'lib/oci8/bindtype.rb', line 193

def self.create(con, val, param, max_array_size)
  param = {:length => con.long_read_len, :char_semantics => false}
  self.new(con, val, param, max_array_size)
end