1I,Berkeley DB: DbEnv.set_lorder[P

DbEnv.set_lorder





import com.sleepycat.db.*;

#public void set_lorder(int lorder);





Description



@Set the byte order for integers in the stored database metadata.JThe value specified should represent the order as an integer, for example,Dbig endian order is the number 4,321, and little endian order is the number 1,234.MIf no value is specified, the host order of the machine where the Berkeley DBlibrary was compiled is used.

GThe specified value is ignored except when databases are being created.GIf a database already exists, the byte order it uses is determined whenthe file is read.

JThe access methods provide no guarantees about the byte ordering of the(application data stored in the database,Land applications are responsible for maintaining any necessary ordering.



Class

3DbEnv



See Also

>DbEnv.appinit,>DbEnv.appexit,>DbEnv.version,FDbEnv.get_lg_info,FDbEnv.get_lk_info,FDbEnv.get_mp_info,FDbEnv.get_tx_info,dbenv_set_data_dir,FDbEnv.set_errcall,PDbEnv.set_error_stream,DDbEnv.set_errpfx,DDbEnv.set_lg_max,PDbEnv.set_lk_conflicts,JDbEnv.set_lk_detect,HDbEnv.set_lk_modes,DbEnv.set_lorder,NDbEnv.set_mp_mmapsize,FDbEnv.set_mp_size,DDbEnv.set_tx_max,andFDbEnv.set_verbose.
ÿÿ