Inheritance HierarchySystemObject
SQLiteSQLite3
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static class SQLite3
The SQLite3 type exposes the following members.
Methods
| Name | Description |
---|
  | BindBlob | |
  | BindDouble | |
  | BindInt | |
  | BindInt64 | |
  | BindNull | |
  | BindParameterIndex | |
  | BindText | |
  | BusyTimeout | |
  | Changes | |
  | Close | |
  | ColumnBlob | |
  | ColumnBoolArray | |
  | ColumnByteArray | |
  | ColumnBytes | |
  | ColumnCount | |
  | ColumnDouble | |
  | ColumnInt | |
  | ColumnInt64 | |
  | ColumnName | |
  | ColumnName16 | |
  | ColumnString | |
  | ColumnText | |
  | ColumnText16 | |
  | ColumnType | |
  | ColumnUshortArray | |
  | Config | |
  | CopyT | |
  | EnableLoadExtension | |
  | Errmsg | |
  | ExtendedErrCode | |
  | Finalize | |
  | GetErrmsg | |
  | Initialize | |
  | LastInsertRowid | |
  | LibVersionNumber | |
  | Open(String, IntPtr) | |
  | Open(Byte, IntPtr, Int32, IntPtr) | |
  | Open(String, IntPtr, Int32, IntPtr) | |
  | Open16 | |
  | Prepare2(IntPtr, String) | |
  | Prepare2(IntPtr, String, Int32, IntPtr, IntPtr) | |
  | Reset | |
  | SetDirectory | |
  | Shutdown | |
  | Step | |
Top
See Also