Searched refs:colName (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DResultSet.java253 * @param colName
259 public Array getArray(String colName) throws SQLException; argument
520 * @param colName
527 public Clob getClob(String colName) throws SQLException; argument
835 * @param colName
841 public Ref getRef(String colName) throws SQLException; argument
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java721 String colName = colNameIt.next();
724 assertTrue("Wrong column name at " + i, colName

Completed in 303 milliseconds