Class: RubyVolt::DataType::Long

Inherits:
IntegerType show all
Defined in:
lib/ruby_volt/data_type/basic/fixed_size/integer_type/long.rb

Direct Known Subclasses

Timestamp

Constant Summary collapse

DIRECTIVE =
'q>'
LENGTH =
8
NULL_INDICATOR =

SQL NULL indicator for object type serializations

-9223372036854775808 # SQL NULL indicator for object type serializations

Method Summary

Methods inherited from FixedSize

pack, unpack

Methods inherited from Basic

bytesToInt, intToBytes

Methods inherited from RubyVolt::DataType

classifyDataType, testpacking, voltDataType