javax.servlet.jsp.jstl.sql
Interface Row


public interface Row

An implementation of this class encapsulates the columns for a given row.


Method Summary
 Column get(int index)
          Returns the Column for the given column index
 Column get(java.lang.String name)
          Returns the Column object for the named column
 Column[] getColumns()
          Returns an array Column objects
 

Method Detail

get

public Column get(java.lang.String name)
Returns the Column object for the named column

get

public Column get(int index)
Returns the Column for the given column index

getColumns

public Column[] getColumns()
Returns an array Column objects