Searched refs:findColumn (Results 1 – 3 of 3) sorted by relevance
180 assertEquals(1, target.findColumn("id")); in testFindColumn()181 assertEquals(2, target.findColumn("name")); in testFindColumn()184 target.findColumn("bla"); in testFindColumn()
959 int findColumn(String columnLabel) throws SQLException; in findColumn() method
9432 method public int findColumn(String) throws java.sql.SQLException;