Dbt

						import com.sleepycat.db.*;
						public class Dbt extends Object
						{
						public Dbt(byte[] data);
						public Dbt(byte[] data,, int off, int len);
						public void set_data(byte[] data);
						public byte[] get__data();
						public void set_offset(int off);
						public int get_offset();
						public int get_size();
						public void set_size(int size);
						public int get_ulen();
						public void set_ulen(int ulen);
						public int get_dlen();
						public void set_dlen(int dlen);
						public int get_doff();
						public void set_doff(int doff);
						public int get_flags();
						public void set_flags(int flags);
						public void set_recno_key_data(int recno);
						public int get_recno_key_data();
						}
					

Description

This manual page describes the specific details of the Dbt class, which is used to encode keys and data items in a database.

Get Berkeley DB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.