Google

DbEnv.get_version_major

APIRef

import com.sleepycat.db.*;

public static int get_version_major(); public static int get_version_minor(); public static int get_version_patch(); public static String get_version_string();

Description

These methods return version information about the underlying Berkeley DB software. Berkeley DB is released with a major, minor, and patch number, which is returned by DbEnv.get_version_major, DbEnv.get_version_minor, and DbEnv.get_version_patch. A verbose version of this information, suitable for display, is returned by DbEnv.get_version_string.

Class

DbEnv

See Also

Database Environments and Related Methods

APIRef

Copyright Sleepycat Software