Click or drag to resize
SQLite3 Methods

The SQLite3 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompileOptionUsed
Indicates whether the specified option was defined at compile time.
Public methodStatic memberIsCompleteStatement
Determines if the text provided forms a complete SQL statement.
Public methodStatic memberOpen(String)
Opens a SQLite database.
Public methodStatic memberOpen(String, ConnectionFlags, String)
Opens a SQLite database.
Public methodStatic memberOpenInMemory
Opens an in memory SQLite database. This is useful for testing.
Public methodStatic memberResetMemoryHighWater
Reset the memory high-water mark to the current value of MemoryUsed.
Public methodStatic memberStatus
Retrieve runtime status information about the performance of SQLite, and optionally to reset various highwater marks.
Top
See Also