public class TSDBResultSetBlockData extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
returnCode |
boolean |
wasNull |
| Constructor and Description |
|---|
TSDBResultSetBlockData() |
TSDBResultSetBlockData(List<ColumnMetaData> colMeta,
int timestampPrecision) |
TSDBResultSetBlockData(List<ColumnMetaData> colMeta,
int numOfCols,
int timestampPrecision) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
doneWithNoData() |
void |
doSetByteArray() |
boolean |
forward() |
Object |
get(int col) |
boolean |
getBoolean(int col) |
byte[] |
getBytes(int col) |
double |
getDouble(int col) |
int |
getInt(int col) |
long |
getLong(int col) |
int |
getNumOfCols() |
int |
getNumOfRows() |
String |
getString(int col)
The original type may not be a string type, but will be converted to by
calling this method
|
Timestamp |
getTimestamp(int col) |
boolean |
hasMore() |
void |
reset() |
void |
setByteArray(byte[] value) |
void |
setNumOfCols(int numOfCols) |
void |
setNumOfRows(int numOfRows) |
void |
waitTillOK() |
public TSDBResultSetBlockData(List<ColumnMetaData> colMeta, int numOfCols, int timestampPrecision)
public TSDBResultSetBlockData(List<ColumnMetaData> colMeta, int timestampPrecision)
public TSDBResultSetBlockData()
public void clear()
public int getNumOfRows()
public void setNumOfRows(int numOfRows)
public int getNumOfCols()
public void setNumOfCols(int numOfCols)
public boolean hasMore()
public boolean forward()
public void reset()
public void setByteArray(byte[] value)
public void doSetByteArray()
public void doneWithNoData()
public void waitTillOK()
throws SQLException
SQLExceptionpublic String getString(int col) throws SQLException
SQLExceptionpublic byte[] getBytes(int col)
throws SQLException
SQLExceptionpublic int getInt(int col)
throws SQLException
SQLExceptionpublic boolean getBoolean(int col)
throws SQLException
SQLExceptionpublic long getLong(int col)
throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int col) throws SQLException
SQLExceptionpublic double getDouble(int col)
throws SQLException
SQLExceptionpublic Object get(int col)
Copyright © 2025. All rights reserved.