SQL file access flags.


Define Documentation

#define SQLITE_OPEN_CREATE   0x00000004

This flag indicates that the database should be created if it does not already exist. Usually use with SQLITE_OPEN_READWRITE.

The flags for sqlite3_open() are SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE.


Generated on Tue Jan 13 10:49:25 2009 for libUnihan by  doxygen 1.5.7.1