Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DResultSet.java259 public Array getArray(String colName) throws SQLException; in getArray() argument
527 public Clob getClob(String colName) throws SQLException; in getClob() argument
841 public Ref getRef(String colName) throws SQLException; in getRef() argument
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java721 String colName = colNameIt.next(); in testGetMetaData() local
724 assertTrue("Wrong column name at " + i, colName in testGetMetaData()