public class TSDBResultSetBlockData extends Object
| 构造器和说明 |
|---|
TSDBResultSetBlockData() |
TSDBResultSetBlockData(List<ColumnMetaData> colMeta,
int numOfCols) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
forward() |
Object |
get(int col) |
boolean |
getBoolean(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 |
setBoolean(int col,
boolean value) |
void |
setByteArray(int col,
int length,
byte[] value) |
void |
setNumOfCols(int numOfCols) |
void |
setNumOfRows(int numOfRows) |
public TSDBResultSetBlockData(List<ColumnMetaData> colMeta, int numOfCols)
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 setBoolean(int col,
boolean value)
public void setByteArray(int col,
int length,
byte[] value)
public String getString(int col) throws SQLException
SQLExceptionpublic int getInt(int col)
public boolean getBoolean(int col)
throws SQLException
SQLExceptionpublic long getLong(int col)
throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int col)
public double getDouble(int col)
public Object get(int col)
Copyright © 2021. All rights reserved.