?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
DB_SEQUENCE->stat |
![]() ![]() |
#include <db.h>int DB_SEQUENCE->stat(DB_SEQUENCE *db, void *sp, u_int32_t flags);
int DB_SEQUENCE->stat_print(DB_SEQUENCE *db, u_int32_t flags);
The DB_SEQUENCE->stat method creates a statistical structure and copies a pointer to it into user-specified memory locations. Specifically, if sp is non-NULL, a pointer to the statistics for the database are copied into the memory location to which it refers.
Statistical structures are stored in allocated memory. If application-specific allocation routines have been declared (see DB_ENV->set_alloc for more information), they are used to allocate the memory; otherwise, the standard C library malloc(3) is used. The caller is responsible for deallocating the memory. To deallocate the memory, free the memory reference; references inside the returned memory need not be individually freed.
In the presence of multiple threads or processes accessing an active sequence, the information returned by DB_SEQUENCE->stat may be out-of-date.
The DB_SEQUENCE->stat method cannot be transaction-protected. For this reason, it should be called in a thread of control that has no open cursors or active transactions.
The statistics are stored in a structure of type DB_SEQUENCE_STAT. The following fields will be filled in:
The DB_SEQUENCE->stat method may not be called before the DB_SEQUENCE->open method has been called.
The DB_SEQUENCE->stat method returns a non-zero error value on failure and 0 on success.
The DB_SEQUENCE->stat_print method prints diagnostic information to the output channel described by the DB_ENV->set_msgfile method.
Parameters
![]() ![]() |
Copyright (c) 1996,2008 Oracle. All rights reserved.