Class ResultData
java.lang.Object
com.databricks.jdbc.model.core.ResultData
Result data POJO
TODO: Replace this class with the corresponding SDK implementation once it becomes available
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]inthashCode()voidsetAttachment(byte[] attachment) setByteCount(Long byteCount) setChunkIndex(Long chunkIndex) setDataArray(Collection<Collection<String>> dataArray) setExternalLinks(Collection<ExternalLink> externalLinks) setNextChunkIndex(Long nextChunkIndex) setNextChunkInternalLink(String nextChunkInternalLink) setRowCount(Long rowCount) setRowOffset(Long rowOffset) toString()
-
Constructor Details
-
ResultData
public ResultData()
-
-
Method Details
-
setByteCount
-
getByteCount
-
setChunkIndex
-
getChunkIndex
-
setDataArray
-
getDataArray
-
setExternalLinks
-
getExternalLinks
-
setNextChunkIndex
-
getNextChunkIndex
-
setNextChunkInternalLink
-
getNextChunkInternalLink
-
setRowCount
-
getRowCount
-
setRowOffset
-
getRowOffset
-
getAttachment
public byte[] getAttachment() -
setAttachment
public void setAttachment(byte[] attachment) -
equals
-
hashCode
-
toString
-