java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.SessionsTable.TemporaryIdLookupTable
- Enclosing class:
SessionsTable
public static class SessionsTable.TemporaryIdLookupTable
extends Object
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TABLE_NAME
public static String TABLE_NAME
-
-
-
REMOVE_ALL_STATEMENT
public static String REMOVE_ALL_STATEMENT
-
INSERT_ALL_STATEMENT
public static String INSERT_ALL_STATEMENT
-
DROP_TABLE_STATEMENT
public static String DROP_TABLE_STATEMENT
-