
public class DBMultipleMonitorDAO extends StatementExecutor<MultipleMonitor> implements MultipleMonitorDAO
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_CONFIG_FIELD |
static String |
COUNT_HOST_FIELD |
static String |
COUNT_RULE_FIELD |
static String |
HOSTID_FIELD |
protected static String |
SQL_COUNT_ALL |
protected static String |
SQL_DELETE |
protected static String |
SQL_DELETE_ALL |
protected static String |
SQL_EXIST |
protected static String |
SQL_GET_ALL |
protected static String |
SQL_INSERT |
protected static String |
SQL_SELECT |
protected static String |
SQL_UPDATE |
protected static String |
TABLE |
connection, PARAMETER, PARAMETER_COMMA, SQL_COUNT_ALL_PREFIX, WHERE| Constructor and Description |
|---|
DBMultipleMonitorDAO(Connection con) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCountRequest() |
protected String |
getDeleteAllRequest() |
protected String |
getDeleteRequest() |
protected String |
getExistRequest() |
MultipleMonitor |
getFromResultSet(ResultSet set) |
protected String |
getGetAllRequest() |
protected String |
getId(MultipleMonitor e1) |
protected String |
getInsertRequest() |
protected Object[] |
getInsertValues(MultipleMonitor multipleMonitor) |
protected String |
getSelectRequest() |
protected String |
getTable() |
protected String |
getUpdateRequest() |
protected Object[] |
getUpdateValues(MultipleMonitor multipleMonitor) |
protected boolean |
isCachedEnable() |
protected boolean |
isDbTransfer() |
addToCache, clearCache, close, closeResultSet, closeStatement, count, delete, delete, deleteAll, executeAction, executeQuery, executeUpdate, exist, find, find, find, find, find, getAll, getCache, getConnection, getFromCache, insert, isInCache, prepareCountQuery, prepareDeleteQuery, prepareFindParams, prepareFindQuery, removeFromCache, select, setParameters, update, updateprotected static final String TABLE
public static final String HOSTID_FIELD
public static final String COUNT_CONFIG_FIELD
public static final String COUNT_HOST_FIELD
public static final String COUNT_RULE_FIELD
protected static final String SQL_DELETE_ALL
protected static final String SQL_DELETE
protected static final String SQL_GET_ALL
protected static final String SQL_COUNT_ALL
protected static final String SQL_EXIST
protected static final String SQL_SELECT
protected static final String SQL_INSERT
protected static final String SQL_UPDATE
public DBMultipleMonitorDAO(Connection con)
protected final boolean isCachedEnable()
isCachedEnable in class StatementExecutor<MultipleMonitor>protected final String getId(MultipleMonitor e1)
getId in class StatementExecutor<MultipleMonitor>protected final String getTable()
getTable in class StatementExecutor<MultipleMonitor>protected final String getSelectRequest()
getSelectRequest in class StatementExecutor<MultipleMonitor>protected final String getGetAllRequest()
getGetAllRequest in class StatementExecutor<MultipleMonitor>protected final String getCountRequest()
getCountRequest in class StatementExecutor<MultipleMonitor>protected final String getExistRequest()
getExistRequest in class StatementExecutor<MultipleMonitor>protected final Object[] getInsertValues(MultipleMonitor multipleMonitor)
getInsertValues in class StatementExecutor<MultipleMonitor>protected final String getInsertRequest()
getInsertRequest in class StatementExecutor<MultipleMonitor>protected final Object[] getUpdateValues(MultipleMonitor multipleMonitor)
getUpdateValues in class StatementExecutor<MultipleMonitor>protected final String getUpdateRequest()
getUpdateRequest in class StatementExecutor<MultipleMonitor>protected final String getDeleteRequest()
getDeleteRequest in class StatementExecutor<MultipleMonitor>protected final String getDeleteAllRequest()
getDeleteAllRequest in class StatementExecutor<MultipleMonitor>public final MultipleMonitor getFromResultSet(ResultSet set) throws SQLException
getFromResultSet in class StatementExecutor<MultipleMonitor>SQLExceptionprotected final boolean isDbTransfer()
isDbTransfer in class StatementExecutor<MultipleMonitor>Copyright © 2009–2022 Waarp. All rights reserved.