|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 12c (12.1.2) E23194-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.alm.connector.data.RowSet
public class RowSet
Constructor Summary | |
---|---|
RowSet() Construct an empty RowSet |
Method Summary | |
---|---|
RowDef |
getRowDef() |
java.util.List<Row> |
getRows() |
void |
release() |
void |
setRowDef(RowDef rowDef) Set the Row Defintion |
void |
setRows(java.util.List<Row> rows) Set Row Data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowSet()
Method Detail |
---|
public void setRowDef(RowDef rowDef)
rowDef
- the query definitionpublic RowDef getRowDef()
public java.util.List<Row> getRows()
public void setRows(java.util.List<Row> rows)
rows
-public void release()
|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 12c (12.1.2) E23194-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |