Searched refs:buildCreateIndexSql (Results 1 – 4 of 4) sorted by relevance
38 String actual = MoreDatabaseUtils.buildCreateIndexSql("testtable", "testfield") in testBuildIndex()43 actual = MoreDatabaseUtils.buildCreateIndexSql("test_table", "test_field").toLowerCase(); in testBuildIndex()
44 db.execSQL(MoreDatabaseUtils.buildCreateIndexSql( in create()
36 public static String buildCreateIndexSql(String table, String field) { in buildCreateIndexSql() method in MoreDatabaseUtils
54 db.execSQL(MoreDatabaseUtils.buildCreateIndexSql(table, in createIndexes()