change
This commit is contained in:
parent
dc2ff58330
commit
2f80bac5fe
|
@ -20,7 +20,7 @@ public class TSDBPreparedStatementTest {
|
||||||
long end = System.currentTimeMillis();
|
long end = System.currentTimeMillis();
|
||||||
long start = end - 1000 * 60 * 60;
|
long start = end - 1000 * 60 * 60;
|
||||||
pstmt_select.setTimestamp(1, new Timestamp(start));
|
pstmt_select.setTimestamp(1, new Timestamp(start));
|
||||||
pstmt_select.setTimestamp(2, new Timestamp(endg));
|
pstmt_select.setTimestamp(2, new Timestamp(end));
|
||||||
pstmt_select.setFloat(3, 0);
|
pstmt_select.setFloat(3, 0);
|
||||||
|
|
||||||
ResultSet rs = pstmt_select.executeQuery();
|
ResultSet rs = pstmt_select.executeQuery();
|
||||||
|
|
Loading…
Reference in New Issue