Class: RubyVolt::DataType::Byte

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

Direct Known Subclasses

AppDataType, Null

Constant Summary collapse

DIRECTIVE =
'c'
LENGTH =
1
NULL_INDICATOR =

SQL NULL indicator for object type serializations

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