Class: OCI8::BindType::LongRaw

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

Class Method Summary collapse

Class Method Details

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



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

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