Class WebUserPreferencesTable
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.webuser.WebUserPreferencesTable
Represents plan_web_user_preferences.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateTableSQL(DBType dbType) static Query<List<WebUserPreferencesTable.Row>> fetchRows(int currentId, int rowLimit)
-
Field Details
-
TABLE_NAME
- See Also:
-
ID
- See Also:
-
WEB_USER_ID
- See Also:
-
PREFERENCES
- See Also:
-
INSERT_STATEMENT
- See Also:
-
SELECT_BY_WEB_USERNAME
- See Also:
-
DELETE_BY_WEB_USERNAME
- See Also:
-
-
Method Details
-
createTableSQL
-
fetchRows
-