OK_SYMLINK top-level constant
int
const OK_SYMLINK
See SQLite Documentation for meaning and the use of it.
Implementation
const OK_SYMLINK = (OK | (2 << 8));
See SQLite Documentation for meaning and the use of it.
const OK_SYMLINK = (OK | (2 << 8));