class PointValueDao.BatchWriteBehindEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
dataType |
private double |
dvalue |
private int |
pointId |
private long |
time |
Constructor and Description |
---|
BatchWriteBehindEntry(int pointId,
int dataType,
double dvalue,
long time) |
Modifier and Type | Method and Description |
---|---|
void |
writeInto(java.lang.Object[] params,
int index) |