Class: OCI8::BindType::Long

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

Class Method Summary collapse

Methods inherited from String

minimum_bind_length, minimum_bind_length=

Class Method Details

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



168
169
170
# File 'lib/oci8/bindtype.rb', line 168

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