Supported Basic Data Types

The system provides the following built-in datatypes that can be read/written from and to the database as well as used with Parcelables

  • boolean
    byte
    short
    int
    long
    float
    double
    byte[]

  • java.lang.Boolean
    java.lang.Byte
    java.lang.Short
    java.lang.Integer
    java.lang.Long
    java.lang.Float
    java.lang.Double
    java.lang.String

  • java.math.BigDecimal
    java.net.URL
    java.net.URI
    java.util.Date
    java.sql.Date
    java.sql.Time
    java.sql.Timestamp
    android.net.Uri