From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/api_reference/C/get_blob_dir.html | 127 +++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 docs/api_reference/C/get_blob_dir.html (limited to 'docs/api_reference/C/get_blob_dir.html') diff --git a/docs/api_reference/C/get_blob_dir.html b/docs/api_reference/C/get_blob_dir.html new file mode 100644 index 00000000..6724b5bb --- /dev/null +++ b/docs/api_reference/C/get_blob_dir.html @@ -0,0 +1,127 @@ + + + + + + DB->get_blob_dir() + + + + + + + + + +
+
+
+
+

DB->get_blob_dir()

+
+
+
+
#include <db.h>
+
+int
+DB->get_blob_dir(DB *dbenv, const char **dirp);  
+

+ The DB->get_blob_dir() method returns + the directory location where blob data is stored. The default + location can be set using DB->set_blob_dir(). Use this method only + if the database was not opened in an environment. If the database + was opened within an encompassing environment, use + DB_ENV->get_blob_dir() instead. +

+

+ The DB->get_blob_dir() method always + returns 0 to indicate success. +

+
+
+
+
+

Parameters

+
+
+
+
+
+
+
+

dirp

+
+
+
+

+ The dirp parameter + references memory into which is copied the path to the + BLOB data directory. +

+
+
+
+
+
+
+

Class

+
+
+
+

+ DB_ENV +

+
+
+
+
+
+

See Also

+
+
+
+

+ BLOBs and Related Methods +

+
+
+ + + -- cgit v1.2.1