Class: RubyVolt::DataType::Integer

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

Constant Summary collapse

DIRECTIVE =
'l>'
LENGTH =
4
NULL_INDICATOR =

SQL NULL indicator for object type serializations

-2147483648 # 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