Class QDatabaseFieldType
Data types in a database
string |
Blob
Binary Data (Binary Large OBjects/BLOBs) |
#
"Blob"
|
string |
VarChar
Character sequence - variable length |
#
"VarChar"
|
string |
Char
Character sequence - fixed length |
#
"Char"
|
string |
Integer
Integers |
#
"Integer"
|
string |
DateTime
Date and Time together |
#
"DateTime"
|
string |
Date
Date only |
#
"Date"
|
string |
Time
Time only |
#
"Time"
|
string |
Float
Float, Double and real (postgresql) |
#
"Float"
|
string |
Bit
Boolean |
#
"Bit"
|
string |
Json
New JSON type |
#
"Json"
|