struct Agate::OdbObject

Overview

Raw ODB object data.

Defined in:

agate/odb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(oid : OID, data : Bytes, type : Object::Type, size : UInt64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(oid _oid = @oid, data _data = @data, type _type = @type, size _size = @size) #

[View source]
def data : Bytes #

def oid : OID #

def size : UInt64 #

def type : Object::Type #