211212213214215216217218219220221
conn.execute("DROP INDEX fooidx ON TABLE foo"); // Or using the API conn.dropIndexForMapping("fooidx", "fooMapping"); // or conn.dropIndexForTable("fooidx", "foo"); // END SNIPPET: drop-index } public void insert1() throws HBqlException {