Class AccessLogTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.AccessLogTable.Row
- Enclosing class:
AccessLogTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessLogTable.Rowvoidinsert(PreparedStatement statement)
-
Field Details
-
id
public int id -
time
public long time -
fromIp
-
requestMethod
-
requestUri
-
responseCode
public int responseCode
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
insert
- Throws:
SQLException
-