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.IIncompleteResponse
wantsMore
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public void addLines(nl.cwi.monetdb.mcl.protocol.AbstractProtocol protocol) throws nl.cwi.monetdb.mcl.protocol.ProtocolException
addLines
in interface nl.cwi.monetdb.mcl.responses.IIncompleteResponse
addLines
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
nl.cwi.monetdb.mcl.protocol.ProtocolException
public boolean getBooleanValue(int column)
getBooleanValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public byte getByteValue(int column)
getByteValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public short getShortValue(int column)
getShortValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public int getIntValue(int column)
getIntValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public long getLongValue(int column)
getLongValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public float getFloatValue(int column)
getFloatValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public double getDoubleValue(int column)
getDoubleValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public Object getValueAsObject(int column)
getValueAsObject
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public Object getObjectValue(int column)
getObjectValue
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public String getValueAsString(int column)
getValueAsString
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public int getLastNanos()
getLastNanos
in class nl.cwi.monetdb.mcl.responses.AbstractDataBlockResponse
public void close()
Copyright © 2018. All rights reserved.