Release of reserved memory.
Release of reserved memory.
Name | Type | Default | Description |
str | char* | - | Memory to be released. Further accessing of this address will lead to significant errors. |
Create a string with which a CLOB can be retrieved frm the database. If the CLOB is no longer required, it should be released again as soon as possible.
char *clob = alloc(32768);
if (!clob) return 1; : release(clob);
Alphabetic index HTML hierarchy of classes or Java