Class: OCI8::BindType::UTCTime

Inherits:
OCITimestamp
  • Object
show all
Includes:
Util
Defined in:
lib/oci8/datetime.rb

Instance Method Summary collapse

Methods included from Util

default_timezone, default_timezone=

Instance Method Details

#getObject

:nodoc:



418
419
420
# File 'lib/oci8/datetime.rb', line 418

def get() # :nodoc:
  array_to_time(super(), :utc)
end

#set(val) ⇒ Object

:nodoc:



414
415
416
# File 'lib/oci8/datetime.rb', line 414

def set(val) # :nodoc:
  super(datetime_to_array(val, :timestamp))
end