Searched defs:dropStatement (Results 1 – 4 of 4) sorted by relevance
106 String dropStatement = "DROP TABLE \"" + _name; in dropTable() local
94 final StringBuffer dropStatement = new StringBuffer("DROP TABLE \""); in dropTable() local
227 String dropStatement = "DROP TABLE \"" + _name; in dropTable() local
126 final StringBuffer dropStatement = new StringBuffer("DROP TABLE \""); in dropTable() local
Completed in 17 milliseconds