public interface IUserLogDAO
| Modifier and Type | Method and Description |
|---|---|
void |
insertLog(UserLog userLog)
Insert a new record in the table of connections
|
int |
selectLoginErrors(UserLog userLog,
int nIntervalMinutes)
Calculate the number of connections with a given ip_address by a determinate time
|
void insertLog(UserLog userLog)
userLog - the UserLog Objectint selectLoginErrors(UserLog userLog, int nIntervalMinutes)
userLog - The Log of connectionnIntervalMinutes - The number of minutes since the last connectionCopyright © 2020 City of Paris. All rights reserved.