public class O4GLProDataObjectList
extends java.lang.Object
Constructor and Description |
---|
O4GLProDataObjectList(O4GLProDataGraph dg,
ProDataObjectMetaData s,
java.util.List<ProDataObject> doList,
StreamReader r) |
O4GLProDataObjectList(O4GLProDataGraph dg,
ProDataObjectMetaData s,
java.util.List<ProDataObject> doList,
StreamReader r,
int pNum) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyChangesToSelf() |
void |
close()
private void closeAll() { O4GLDataSet anchor = null;
if (session != null) anchor = session.Anchor;
while (anchor != null) { try { anchor.close(false); // Testing T.Gates
- Nov-12-2003 //anchor = anchor.Prev; anchor = null; } catch
(ProDataException e) { } } if (session != null) session.throwOutput(); }
|
protected void |
fillSelf() |
protected java.util.List<ProDataObject> |
getList() |
ProDataObjectMetaData |
getMetaData() |
static ProDataException |
getProDataException(long messageId) |
static ProDataException |
getProDataException(long messageId,
java.lang.Object[] args) |
static ProDataException |
getProDataException(long messageId,
java.lang.String param) |
ProDataObjectMetaData |
getSchemaTable() |
Session |
getSession() |
boolean |
hasSchemaHeader() |
boolean |
next() |
void |
setSession(Session session) |
boolean |
wasNull() |
public O4GLProDataObjectList(O4GLProDataGraph dg, ProDataObjectMetaData s, java.util.List<ProDataObject> doList, StreamReader r)
public O4GLProDataObjectList(O4GLProDataGraph dg, ProDataObjectMetaData s, java.util.List<ProDataObject> doList, StreamReader r, int pNum)
public void setSession(Session session)
public Session getSession()
public boolean hasSchemaHeader()
public boolean next() throws ProDataException
ProDataException
public boolean wasNull()
public ProDataObjectMetaData getSchemaTable()
public ProDataObjectMetaData getMetaData()
protected java.util.List<ProDataObject> getList()
public void close() throws ProDataException
ProDataException
protected void fillSelf() throws Open4GLException, ProDataException, ClientException
protected void applyChangesToSelf()
public static ProDataException getProDataException(long messageId)
public static ProDataException getProDataException(long messageId, java.lang.String param)
public static ProDataException getProDataException(long messageId, java.lang.Object[] args)