Searched refs:columnType (Results 1 – 3 of 3) sorted by relevance
63 String columnType = mColumnInfo.get(i).second; in getAlterTableAddColumnsCommand() local64 builder.append(ADD_COLUMN_COMMAND).append(columnName).append(" ").append(columnType); in getAlterTableAddColumnsCommand()
337 int32_t columnType = sqlite3_column_type(stmt, i); in query() local339 if (columnType == 5) { in query()340 columnType = 0; // Remap 5 (null type) to 0 for java cursor in query()342 columnTypes.push_back(columnType); in query()
4183 int columnType = column.getValue(); in polishContentValues() local4184 if (columnType == Cursor.FIELD_TYPE_INTEGER in polishContentValues()4187 } else if (columnType == Cursor.FIELD_TYPE_STRING && contentValues in polishContentValues()4250 int columnType = column.getValue(); in convertSimInfoDbEntryToPersistableBundle() local4257 } else if (columnType == Cursor.FIELD_TYPE_INTEGER) { in convertSimInfoDbEntryToPersistableBundle()4259 } else if (columnType == Cursor.FIELD_TYPE_STRING) { in convertSimInfoDbEntryToPersistableBundle()