Searched refs:mSqLiteType (Results 1 – 2 of 2) sorted by relevance
34 final String mSqLiteType; field in Field50 this.mSqLiteType = toSqLiteType(fieldType); in Field()94 return new UnsupportedOperationException("Illegal type: " + mName + " is " + mSqLiteType in buildException()
51 sb.append(field.mName).append(" ").append(field.mSqLiteType); in createEntitySql()