Searched defs:getColumnLabel (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/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
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java617 public String getColumnLabel(int columnIndex) throws SQLException { method in class:RowSetMetaDataImpl

Completed in 33 milliseconds