SQLite插入所有默认值

时间:2013-09-15 00:03:09

标签: android sqlite

我的SQL结构有3个元素,都有默认值。

    "create table " + TB_NAME +
            " (" +
                INDEX + " integer DEFAULT 0," +
                SWATCH + " text DEFAULT ''," +
                COLOR_INDEX + "  integer DEFAULT 0" +
            ");"

毋庸置疑,当没有任何参数时,INSERT调用是什么?

0 个答案:

没有答案