Home
last modified time | relevance | path

Searched refs:getColumnLabel (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DResultSetMetaData.java149 String getColumnLabel(int column) throws SQLException; in getColumnLabel() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java123 String label = rsmd.getColumnLabel(i + 1); in testGetColumnLabel()
131 String label = rsmd.getColumnLabel(0); in testGetColumnLabel()
138 String label = rsmd.getColumnLabel(5); in testGetColumnLabel()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1462 .getColumnLabel(1)); in test_supportsColumnAliasing()