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

/libcore/ojluni/src/main/java/java/sql/
H A DResultSetMetaData.java142 * <code>getColumnLabel</code> will be the same as the value returned by the
149 String getColumnLabel(int column) throws SQLException; method in interface:ResultSetMetaData
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetMetaDataTest.java123 String label = rsmd.getColumnLabel(i + 1);
131 String label = rsmd.getColumnLabel(0);
138 String label = rsmd.getColumnLabel(5);
/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java1462 .getColumnLabel(1));

Completed in 8 milliseconds