DbEnv

APIRef

import com.sleepycat.db.*;

public class DbEnv extends Object { public DbEnv(int flags); ... }

Description

This manual page describes the specific details of the DbEnv class, which is the center of the Berkeley DB environment.

Class

DbEnv

See Also

DbEnv.close, DbEnv.open, DbEnv.remove, DbEnv.set_cachesize, DbEnv.set_errcall, DbEnv.set_error_stream, DbEnv.set_errpfx, and DbEnv.set_verbose.

APIRef

Copyright Sleepycat Software