what are Datatypes in SQLite supporting android

前端 未结 3 1508
栀梦
栀梦 2021-02-01 12:20

Can anyone please tell me the LIST OF DATATYPES in SQLITE supporting ANDROID.

I want to confirm about TIME and DATE datatypes.

3条回答
  •  一向
    一向 (楼主)
    2021-02-01 13:12

    Here is a list of SQLite's data types

    TIME and DATE are supported indirectly.

提交回复
热议问题