Answers for "objectbox data types"

0

objectbox data types

Boolean, Boolean?
Int, Int?
Short, Short?
Long, Long?
Float, Float?
Double, Double?
Byte, Byte?
Char, Char?
ByteArray
String, String?
Date, Date? // Time with millisecond precision.
// As of 3.0.0-alpha2 the following work out of the box:
Array<String>
@Type(DateNano) Long, Long? // Time with nanosecond precision.
Posted by: Guest on January-26-2021

Browse Popular Code Answers by Language