SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ DataType

enum class sqt::DataType
strong

Represents the type of data for an individual column.

Enumerator
Integer 

Integral type.

Float 

Floating point type.

Text 

UTF-8 encoded text type.

BLOB 

Binary data type.

Null 

Null data.