Up

_sqliteGetSizeLimit

Get the maximale size to objects manipulate by SQLite3

Prototype :

fun [ObjSqlite I] I

Return : I the value or nil if error.

See also :

_sqliteSetSizeLimit

Example :

Note

See : http://www.sqlite.org/c3ref/c_limit_attached.html;
and : http://www.sqlite.org/limits.html.