public final class EmbeddedDataBlockResponse
extends nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
| Modifier and Type | Method and Description |
|---|---|
void |
addLines(nl.cwi.monetdb.mcl.protocol.AbstractProtocol protocol) |
void |
close() |
boolean |
getBooleanValue(int column) |
byte |
getByteValue(int column) |
double |
getDoubleValue(int column) |
float |
getFloatValue(int column) |
int |
getIntValue(int column) |
int |
getLastNanos() |
long |
getLongValue(int column) |
Object |
getObjectValue(int column) |
short |
getShortValue(int column) |
Object |
getValueAsObject(int column) |
String |
getValueAsString(int column) |
boolean |
wantsMore() |
public boolean wantsMore()
wantsMore in interface nl.cwi.monetdb.mcl.responses.IIncompleteResponsewantsMore in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic void addLines(nl.cwi.monetdb.mcl.protocol.AbstractProtocol protocol)
throws nl.cwi.monetdb.mcl.protocol.ProtocolException
addLines in interface nl.cwi.monetdb.mcl.responses.IIncompleteResponseaddLines in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsenl.cwi.monetdb.mcl.protocol.ProtocolExceptionpublic boolean getBooleanValue(int column)
getBooleanValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic byte getByteValue(int column)
getByteValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic short getShortValue(int column)
getShortValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic int getIntValue(int column)
getIntValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic long getLongValue(int column)
getLongValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic float getFloatValue(int column)
getFloatValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic double getDoubleValue(int column)
getDoubleValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic Object getValueAsObject(int column)
getValueAsObject in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic Object getObjectValue(int column)
getObjectValue in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic String getValueAsString(int column)
getValueAsString in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic int getLastNanos()
getLastNanos in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponsepublic void close()
Copyright © 2017. All rights reserved.