public class H2AlarmQueryDAO extends Object implements IAlarmQueryDAO
| Constructor and Description |
|---|
H2AlarmQueryDAO(JDBCHikariCPClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildLimit(StringBuilder sql,
int from,
int limit) |
Alarms |
getAlarm(Scope scope,
String keyword,
int limit,
int from,
long startTB,
long endTB) |
public H2AlarmQueryDAO(JDBCHikariCPClient client)
public Alarms getAlarm(Scope scope, String keyword, int limit, int from, long startTB, long endTB) throws IOException
getAlarm in interface IAlarmQueryDAOIOExceptionprotected void buildLimit(StringBuilder sql, int from, int limit)
Copyright © 2018 The Apache Software Foundation. All rights reserved.