Class: OCI8::BindType::Object
Instance Method Summary collapse
Methods inherited from NamedType
Instance Method Details
#get ⇒ Object
623 624 625 |
# File 'lib/oci8/object.rb', line 623 def get() (obj = super()) && obj.to_value end |
#get_orig ⇒ Object
618 |
# File 'lib/oci8/object.rb', line 618 alias :get_orig get |
#set(val) ⇒ Object
619 620 621 622 |
# File 'lib/oci8/object.rb', line 619 def set(val) get_orig.attributes = val nil end |