|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which allows the FindPanel to make use of ViewCriteriaRows and ViewCriteria to create and execute a parameterized query.
FindPanel
,
ResultSetInfo
Method Summary | |
boolean |
absolute(int rowIndex)
move to a specific ViewCriteriaRow |
void |
deleteRow()
delete current ViewCriteriaRow |
boolean |
first()
move to the first ViewCriteriaRow |
int |
getColumnCount()
|
java.lang.String |
getColumnDisplayLabel(int colIndex)
return the column display name for a particular column |
java.lang.String |
getColumnName(int colIndex)
get the column name., zero based index. |
java.lang.Object |
getColumnValue(int colIndex)
return the column value for a particular column |
int |
getRow()
get the row number of the current row. |
int |
getRowCount()
return the number of ViewCriteriaRows |
int |
getSQLType(int colIndex)
get SQL type for this column., zero based index. |
java.lang.Object |
getUserData(int colIndex)
|
boolean |
last()
move to the last ViewCriteriaRow |
void |
newRow()
create a new ViewCriteriaRow |
boolean |
next()
move to the next ViewCriteriaRow |
boolean |
previous()
move to previous ViewCriteriaRow |
void |
setColumnValue(int colIndex,
java.lang.Object value)
specify the column value for a particular column |
void |
setUserData(int colIndex,
java.lang.Object value)
|
Method Detail |
public int getRowCount()
public int getRow()
public boolean absolute(int rowIndex)
public boolean previous()
public boolean first()
public boolean next()
public boolean last()
public void newRow()
public void deleteRow()
public int getColumnCount()
public java.lang.String getColumnDisplayLabel(int colIndex)
public java.lang.String getColumnName(int colIndex)
public int getSQLType(int colIndex)
public java.lang.Object getColumnValue(int colIndex)
colIndex
- column index whose column value we are interested in.,
zero based index used
public void setColumnValue(int colIndex, java.lang.Object value)
colIndex
- column index whose value has to be set
zero based index usedpublic void setUserData(int colIndex, java.lang.Object value)
public java.lang.Object getUserData(int colIndex)
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.