wt.query.report
Interface ResultSetSpec

All Known Implementing Classes:
ObjectVectorResultSetSpec

public interface ResultSetSpec



Supported API: false

Extendable: false


Field Summary
static String COLUMN_COUNT
          Label for the attribute.
static String ROW_COUNT
          Label for the attribute.
 
Method Summary
 int getColumnCount()
          Gets the value of the attribute: COLUMN_COUNT.
 int getRowCount()
          Gets the value of the attribute: ROW_COUNT.
 Object getValue(int a_rowIndex, int a_columnIndex)
          

Supported API: false
 

Field Detail

ROW_COUNT

public static final String ROW_COUNT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

COLUMN_COUNT

public static final String COLUMN_COUNT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getRowCount

public int getRowCount()
Gets the value of the attribute: ROW_COUNT.

Supported API: false

Returns:
int

getColumnCount

public int getColumnCount()
Gets the value of the attribute: COLUMN_COUNT.

Supported API: false

Returns:
int

getValue

public Object getValue(int a_rowIndex,
                       int a_columnIndex)
                throws WTException


Supported API: false

Parameters:
a_rowIndex -
a_columnIndex -
Returns:
Object
Throws:
WTException