Searched refs:colName (Results 1 – 2 of 2) sorted by relevance
259 public Array getArray(String colName) throws SQLException; in getArray() argument527 public Clob getClob(String colName) throws SQLException; in getClob() argument841 public Ref getRef(String colName) throws SQLException; in getRef() argument
721 String colName = colNameIt.next(); in testGetMetaData() local724 assertTrue("Wrong column name at " + i, colName in testGetMetaData()