| Class | Description |
|---|---|
| Changes |
Immutable container of information about one or more changes happened in
StorIOSQLite. |
| SQLiteTypeMapping<T> |
SQLite Type Mapping.
|
| SQLiteTypeMapping.Builder<T> |
Builder for
SQLiteTypeMapping. |
| SQLiteTypeMapping.CompleteBuilder<T> |
Compile-time safe part of builder for
SQLiteTypeMapping. |
| SQLiteTypeMapping.GetResolverBuilder<T> |
Compile-time safe part of builder for
SQLiteTypeMapping. |
| SQLiteTypeMapping.PutResolverBuilder<T> |
Compile-time safe part of builder for
SQLiteTypeMapping. |
| StorIOSQLite |
Powerful but simple abstraction for
SQLiteDatabase. |
| StorIOSQLite.Internal | Deprecated
please use
StorIOSQLite.LowLevel instead, this type will be removed in v2.0,
basically we're just giving this API a better name. |
| StorIOSQLite.LowLevel |
API for low level operations with
StorIOSQLite, we made it separate
to make StorIOSQLite API clean and easy to understand. |