public class O4GLProDataGraph
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ProDataGraph |
dataGraph |
| Constructor and Description |
|---|
O4GLProDataGraph(ProDataGraphMetaData s,
StreamReader r) |
O4GLProDataGraph(ProDataGraphMetaData s,
StreamReader r,
int pNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
addO4GLProDataObjectList(int idx,
O4GLProDataObjectList pdol) |
void |
close() |
void |
close(boolean readRemaining,
boolean noEndStreaming) |
ProDataObject |
createProDataObject(java.lang.String tableName) |
void |
fillSelf() |
ProDataGraph |
getProDataGraph() |
java.util.List<ProDataObject> |
getProDataObjects(int tableIdx) |
boolean |
next() |
protected ProDataGraph dataGraph
public O4GLProDataGraph(ProDataGraphMetaData s, StreamReader r) throws ProDataException, java.lang.Exception
ProDataExceptionjava.lang.Exceptionpublic O4GLProDataGraph(ProDataGraphMetaData s, StreamReader r, int pNum) throws ProDataException, java.lang.Exception
ProDataExceptionjava.lang.Exceptionpublic ProDataObject createProDataObject(java.lang.String tableName) throws Open4GLException
Open4GLExceptionpublic void addO4GLProDataObjectList(int idx,
O4GLProDataObjectList pdol)
public java.util.List<ProDataObject> getProDataObjects(int tableIdx) throws java.lang.Exception
java.lang.Exceptionpublic ProDataGraph getProDataGraph()
public void close()
throws ProDataException
ProDataExceptionpublic void close(boolean readRemaining,
boolean noEndStreaming)
throws ProDataException
ProDataExceptionpublic void fillSelf()
throws Open4GLException,
ProDataException,
ClientException
public boolean next()
throws ProDataException
ProDataException