Class WorldTimesTable
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.WorldTimesTable
Information about database table 'plan_world_times'.
Patches related to this table:
Version10Patch
WorldTimesSeverIDPatch
WorldsServerIDPatch
WorldTimesOptimizationPatch
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSessionWorldTimesToBatch
(PreparedStatement statement, FinishedSession session, String[] gms) static String
createTableSQL
(DBType dbType)
-
Field Details
-
TABLE_NAME
- See Also:
-
ID
- See Also:
-
USER_ID
- See Also:
-
SERVER_ID
- See Also:
-
SESSION_ID
- See Also:
-
WORLD_ID
- See Also:
-
SURVIVAL
- See Also:
-
CREATIVE
- See Also:
-
ADVENTURE
- See Also:
-
SPECTATOR
- See Also:
-
INSERT_STATEMENT
- See Also:
-
-
Method Details
-
createTableSQL
-
addSessionWorldTimesToBatch
public static void addSessionWorldTimesToBatch(PreparedStatement statement, FinishedSession session, String[] gms) throws SQLException - Throws:
SQLException
-