public class MySQLAlarmQueryDAO extends Object implements IAlarmQueryDAO
| Constructor and Description |
|---|
MySQLAlarmQueryDAO(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 MySQLAlarmQueryDAO(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.