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
ProDataException
java.lang.Exception
public O4GLProDataGraph(ProDataGraphMetaData s, StreamReader r, int pNum) throws ProDataException, java.lang.Exception
ProDataException
java.lang.Exception
public ProDataObject createProDataObject(java.lang.String tableName) throws Open4GLException
Open4GLException
public void addO4GLProDataObjectList(int idx, O4GLProDataObjectList pdol)
public java.util.List<ProDataObject> getProDataObjects(int tableIdx) throws java.lang.Exception
java.lang.Exception
public ProDataGraph getProDataGraph()
public void close() throws ProDataException
ProDataException
public void close(boolean readRemaining, boolean noEndStreaming) throws ProDataException
ProDataException
public void fillSelf() throws Open4GLException, ProDataException, ClientException
public boolean next() throws ProDataException
ProDataException