public interface ResultIF
ImplementationIF
Modifier and Type | Method and Description |
---|---|
T_LONGLONG |
getApplicationElementId(int column)
Get the application element id of the attribute of the request.
|
int |
getColumnCount()
Get the total number of columns.
|
int |
getIDColumn()
Get the column index of the first id.
|
int[][] |
getIndex()
Get the index array that reorganize the attribute order.
|
ElemId |
getInstanceElementId(int row)
Get the instance element id.
|
java.lang.String |
getName(int column)
Get the attribute name.
|
ResultSetExt |
getResultSet()
Get the result.
|
int |
getRowCount()
Get the total number of rows.
|
NameValueSeqUnitId |
getValues(int idx)
Get the values.
|
NameValueSeqUnitId getValues(int idx)
idx
- the index of the attribute of the request.T_LONGLONG getApplicationElementId(int column)
column
- the column index of the attribute of the request.ElemId getInstanceElementId(int row)
row
- the row index of the attribute of the request.java.lang.String getName(int column)
column
- the column index of the attribute of the request.int getColumnCount()
int getRowCount()
ResultSetExt getResultSet()
int[][] getIndex()
int getIDColumn()