Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 1.71 KB

File metadata and controls

75 lines (57 loc) · 1.71 KB
layout default
menu_item api
title OdbObject
description Version 0.19.0
return_to
API Documentation Index
/api/
sections
#data #dup #free #id #size #type
#data
#dup
#free
#id
#size
#type

OdbObject#data SyncExperimental

var buffer = odbObject.data();
Returns
Buffer the data

OdbObject#dup AsyncExperimental

odbObject.dup().then(function(odbObject) {
  // Use odbObject
});
Returns
OdbObject the copy

OdbObject#free SyncExperimental

odbObject.free();

OdbObject#id SyncExperimental

var oid = odbObject.id();
Returns
Oid the OID

OdbObject#size SyncExperimental

var result = odbObject.size();
Returns
Number the size

OdbObject#type SyncExperimental

var result = odbObject.type();
Returns
Number the type