|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRowsetMetaData
This interface is used to get and set the fields that are used to populate the columns in a rowset.
| Method Summary | |
|---|---|
Fields |
getDataFields()
Returns which fields are used to populate the columns in a rowset. |
void |
setDataFields(Fields dataFields)
Sets which fields are used to populate the columns in a rowset. |
| Method Detail |
|---|
Fields getDataFields()
Returns which fields are used to populate the columns in a rowset.
Fields object that specifies which fields are used to populate the columns
in a rowset.void setDataFields(Fields dataFields)
Sets which fields are used to populate the columns in a rowset.
dataFields - A Fields object that specifies which fields are used to populate the
columns in a rowset.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||