public class MysqlLoggerHelper extends Object implements TxLcnLogDbHelper
| 构造器和说明 |
|---|
MysqlLoggerHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByFields(List<Field> fields)
按字段删除日志
|
LogList |
findByLimitAndFields(int page,
int limit,
int timeOrder,
List<Field> list)
查找日志
|
void |
init() |
int |
insert(TxLog txLoggerInfo)
插入数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, orderpublic void init()
init 在接口中 TxLcnInitializerpublic int insert(TxLog txLoggerInfo)
TxLcnLogDbHelperinsert 在接口中 TxLcnLogDbHelpertxLoggerInfo - log beanpublic void deleteByFields(List<Field> fields) throws TxLoggerException
TxLcnLogDbHelperdeleteByFields 在接口中 TxLcnLogDbHelperfields - 按给定字段筛选并删除记录TxLoggerException - TxLoggerExceptionpublic LogList findByLimitAndFields(int page, int limit, int timeOrder, List<Field> list) throws TxLoggerException
TxLcnLogDbHelperfindByLimitAndFields 在接口中 TxLcnLogDbHelperpage - pagelimit - limittimeOrder - timeOrderlist - listTxLoggerException - TxLoggerExceptionCopyright © 2019. All rights reserved.