public class TSDBResultSetRowData extends Object
| Constructor and Description |
|---|
TSDBResultSetRowData() |
TSDBResultSetRowData(int colSize) |
| Modifier and Type | Method and Description |
|---|---|
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 |
setColSize(int colSize) |
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 TSDBResultSetRowData(int colSize)
public TSDBResultSetRowData()
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)
throws SQLException
SQLExceptionpublic void setDouble(int col,
double value)
public double getDouble(int col,
int srcType)
throws SQLException
SQLExceptionpublic void setString(int col,
String value)
public void setByteArray(int col,
byte[] value)
public String getString(int col, int srcType) throws SQLException
col - column indexSQLExceptionpublic void setTimestamp(int col,
long ts)
public Timestamp getTimestamp(int col)
public Object get(int col)
public int getColSize()
public void setColSize(int colSize)
Copyright © 2019. All rights reserved.