展开

开发者手册

SqliteC界面 | C InterfaceDeprecated Soft Heap Limit Interface

Deprecated Soft Heap Limit Interface

代码语言:javascript
复制
void sqlite3_soft_heap_limit(int N);

This is a deprecated version of the sqlite3_soft_heap_limit64() interface. This routine is provided for historical compatibility only. All new applications should use the sqlite3_soft_heap_limit64() interface rather than this one.

See also lists of Objects, Constants, and Functions.

代码语言:txt
复制
 SQLite is in the Public Domain.