Searched refs:buildDropIndexSql (Results 1 – 2 of 2) sorted by relevance
49 String actual = MoreDatabaseUtils.buildDropIndexSql("testtable", "testfield").toLowerCase(); in testDropIndex()
49 public static String buildDropIndexSql(String table, String field) { in buildDropIndexSql() method in MoreDatabaseUtils