| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.j_spaces.jdbc.ResultEntry
public class ResultEntry
This is the result from which a ResultSet will be constructed in
 response to a SELECT query. 
 This class can be used when calling procedure classes to construct the IProcedure execute method return value.
| Constructor Summary | |
|---|---|
ResultEntry()
 | 
|
| Method Summary | |
|---|---|
 String[] | 
getFieldNames()
The ResultEntry Field Names  | 
 Object[][] | 
getFieldValues()
Get the ResultEntry Field Values  | 
 Object[] | 
getFieldValues(int row)
The ResultEntry Field Values  | 
 int | 
getRowNumber()
Get the number of rows in the result set  | 
 void | 
setFieldNames(String[] fieldNames)
Set the ResultEntry Field Names  | 
 void | 
setFieldValues(Object[][] fieldValues)
Set the ResultEntry Field Values  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ResultEntry()
| Method Detail | 
|---|
public String[] getFieldNames()
public void setFieldNames(String[] fieldNames)
fieldNames - ResultEntry field Namespublic Object[] getFieldValues(int row)
row - row number to get data from
public void setFieldValues(Object[][] fieldValues)
fieldValues - 2 dimensional object arraypublic Object[][] getFieldValues()
public int getRowNumber()
public String toString()
toString in class Object
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||