Click or drag to resize
SQLite3 Properties

The SQLite3 type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCompilerOptions
The SQLite compiler options that were defined at compile time.
Public propertyStatic memberEnableSharedCache
Enables or disables the sharing of the database cache and schema data structures between connections to the same database.
Public propertyStatic memberMemoryHighWater
Returns the maximum value of MemoryUsed since the high-water mark was last reset.
Public propertyStatic memberMemoryUsed
Returns the number of bytes of memory currently outstanding (malloced but not freed) by SQLite.
Public propertyStatic memberSourceId
The SQLite source id.
Public propertyStatic memberVersion
The SQLite version.
Top
See Also