public class TSDBResultSetBlockData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
wasNull |
| 构造器和说明 |
|---|
TSDBResultSetBlockData() |
TSDBResultSetBlockData(List<ColumnMetaData> colMeta,
int timestampPrecision) |
TSDBResultSetBlockData(List<ColumnMetaData> colMeta,
int numOfCols,
int timestampPrecision) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
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) |
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 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 © 2022. All rights reserved.