
public class OQueryResponse extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRead(OChannelDataInput network,
ORemoteResultSet rs) |
OResultSet |
getResult() |
boolean |
isTxChanges() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
setResult(OLocalResultSetLifecycleDecorator result) |
void |
setTxChanges(boolean txChanges) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read in interface OBinaryResponseIOExceptionprotected void doRead(OChannelDataInput network, ORemoteResultSet rs) throws IOException
IOExceptionpublic void setResult(OLocalResultSetLifecycleDecorator result)
public OResultSet getResult()
public boolean isTxChanges()
public void setTxChanges(boolean txChanges)
Copyright © 2009–2017 OrientDB. All rights reserved.