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/envget_blob_threshold.html | 125 ++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 docs/api_reference/C/envget_blob_threshold.html (limited to 'docs/api_reference/C/envget_blob_threshold.html') diff --git a/docs/api_reference/C/envget_blob_threshold.html b/docs/api_reference/C/envget_blob_threshold.html new file mode 100644 index 00000000..90f6e033 --- /dev/null +++ b/docs/api_reference/C/envget_blob_threshold.html @@ -0,0 +1,125 @@ + + + + + + DB_ENV->get_blob_threshold() + + + + + + + + + +
+
+
+
+

DB_ENV->get_blob_threshold()

+
+
+
+
#include <db.h>
+
+int
+DB_ENV->get_blob_threshold(DB_ENV *dbenv, u_int32_t *bytes);  
+

+ The DB_ENV->get_blob_threshold() method + returns the threshold value, in bytes, beyond which data items are + stored as BLOBs. This value can be set using + DB_ENV->set_blob_threshold(). A value of 0 indicates + that BLOBs are not in use by default in this environment, unless + DB->set_blob_threshold() is called to set a BLOB threshold for a + specific database. +

+

+ The DB_ENV->get_blob_threshold() method always + returns 0 to indicate success. +

+
+
+
+
+

Parameters

+
+
+
+
+
+
+
+

bytes

+
+
+
+

+ References memory into which is copied the BLOB threshold + value. +

+
+
+
+
+
+
+

Class

+
+
+
+

+ DB_ENV +

+
+
+
+
+
+

See Also

+
+
+
+

+ BLOBs and Related Methods +

+
+
+ + + -- cgit v1.2.1