| | |
| | | package com.whyc.mapper; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | //Object getMaxValue(String schema,String table,String field,String valuePrefix); |
| | | Object getMaxValue(String schema, String table, String field); |
| | | Object getMaxValue(@Param("schema") String schema,@Param("table") String table,@Param("field") String field); |
| | | |
| | | boolean existTable(String dbName, String tableName); |
| | | String existTable(String dbName, String tableName); |
| | | |
| | | //void truncate(String dbName, String tableName); |
| | | |
| | | void createTable4AlarmVoiceSet(); |
| | | //void createTable4AlarmVoiceSet(); |
| | | |
| | | //void createTable4UserLogByYear(@Param("year") String year); |
| | | |
| | |
| | | |
| | | //void insertBatch4DevAlarmDataHistoryByYear(String year, List<DevalarmDataHistory> temp); |
| | | |
| | | void createBattState_RT_RamDB_Table(); |
| | | //void createBattState_RT_RamDB_Table(); |
| | | |
| | | void updateTb_App_Sys_AppServerTable(); |
| | | //void updateTb_App_Sys_AppServerTable(); |
| | | |
| | | List<String> getTableListLike(String dbName, String tableLike); |
| | | |