Class AccessLogTable
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.AccessLogTable
Represents plan_access_log table.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateTableSql(DBType dbType) static Query<List<AccessLogTable.Row>> fetchRows(int currentId, int rowLimit)
-
Field Details
-
TABLE_NAME
- See Also:
-
ID
- See Also:
-
TIME
- See Also:
-
FROM_IP
- See Also:
-
REQUEST_METHOD
- See Also:
-
REQUEST_URI
- See Also:
-
RESPONSE_CODE
- See Also:
-
INSERT_STATEMENT
- See Also:
-
-
Method Details
-
createTableSql
-
fetchRows
-