You are here: Symbol Reference > Stimulsoft.Base Namespace > StiDbType Class > StiDbType Enumerations > SqLite Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.StiDbType.SqLite Enumeration
Syntax
C++
C#
Visual Basic
public: enum SqLite { Uninitialized = 0, Int64 = 1, Double = 2, Text = 3, Blob = 4, Null = 5, DateTime = 10, None = 11 };
Members
Members 
Description 
Uninitialized 
Not used 
Int64 
All integers in SQLite default to Int64 
Double 
All floating point numbers in SQLite default to double 
Text 
The default data type of SQLite is text 
Blob 
Typically blob types are only seen when returned from a function 
Null 
Null types can be returned from functions 
DateTime 
Used internally by this provider 
None 
Used internally by this provider 

This is record Stimulsoft.Base.StiDbType.SqLite.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.