org.shiftone.exq.impl.query
Interface QueryResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
QueryResultImpl

public interface QueryResult
extends java.io.Serializable

Interface QueryResult

Author:
Neville Kadwa

Method Summary
 int getColumnCount()
          Method getColumnCount
 int getColumnIndex(java.lang.String columnName)
          Method getColumnIndex
 java.lang.String getColumnName(int columnIndex)
          Method getColumnName
 java.lang.Class getColumnType(int columnIndex)
          Method getColumnType
 int getRowCount()
          Method getRowCount
 java.lang.Object[] getRowData(int rowIndex)
          Method getRowData
 

Method Detail

getRowCount

public int getRowCount()
Method getRowCount


getColumnCount

public int getColumnCount()
Method getColumnCount


getColumnName

public java.lang.String getColumnName(int columnIndex)
Method getColumnName

Parameters:
columnIndex -

getColumnType

public java.lang.Class getColumnType(int columnIndex)
Method getColumnType

Parameters:
columnIndex -

getRowData

public java.lang.Object[] getRowData(int rowIndex)
Method getRowData

Parameters:
rowIndex -

getColumnIndex

public int getColumnIndex(java.lang.String columnName)
Method getColumnIndex

Parameters:
columnName -