Class SessionsTable.TemporaryIdLookupTable

java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.SessionsTable.TemporaryIdLookupTable
Enclosing class:
SessionsTable

public static class SessionsTable.TemporaryIdLookupTable extends Object
  • Field Details

    • TABLE_NAME

      public static String TABLE_NAME
    • OLD_ID

      public static String OLD_ID
    • NEW_ID

      public static String NEW_ID
    • 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
  • Method Details

    • createTableSQL

      public static String createTableSQL(DBType dbType)