public class TSDBResultSetRowData extends Object
| 构造器和说明 |
|---|
TSDBResultSetRowData(int colSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Object |
get(int col) |
boolean |
getBoolean(int col,
int srcType) |
int |
getColSize() |
ArrayList<Object> |
getData() |
double |
getDouble(int col,
int srcType) |
float |
getFloat(int col,
int srcType) |
int |
getInt(int col,
int srcType) |
long |
getLong(int col,
int srcType) |
String |
getString(int col,
int srcType)
The original type may not be a string type, but will be converted to by calling this method
|
Timestamp |
getTimestamp(int col) |
void |
setBoolean(int col,
boolean value) |
void |
setByte(int col,
byte value) |
void |
setByteArray(int col,
byte[] value) |
void |
setData(ArrayList<Object> data) |
void |
setDouble(int col,
double value) |
void |
setFloat(int col,
float value) |
void |
setInt(int col,
int value) |
void |
setLong(int col,
long value) |
void |
setShort(int col,
short value) |
void |
setString(int col,
String value) |
void |
setTimestamp(int col,
long ts) |
boolean |
wasNull(int col) |
public void clear()
public boolean wasNull(int col)
public void setBoolean(int col,
boolean value)
public boolean getBoolean(int col,
int srcType)
throws SQLException
SQLExceptionpublic void setByte(int col,
byte value)
public void setShort(int col,
short value)
public void setInt(int col,
int value)
public int getInt(int col,
int srcType)
throws SQLException
SQLExceptionpublic void setLong(int col,
long value)
public long getLong(int col,
int srcType)
throws SQLException
SQLExceptionpublic void setFloat(int col,
float value)
public float getFloat(int col,
int srcType)
public void setDouble(int col,
double value)
public double getDouble(int col,
int srcType)
public void setString(int col,
String value)
public void setByteArray(int col,
byte[] value)
public String getString(int col, int srcType)
col - column indexpublic void setTimestamp(int col,
long ts)
public Timestamp getTimestamp(int col)
public Object get(int col)
public int getColSize()
Copyright © 2021. All rights reserved.