Interface FPlayerSQLite

All Superinterfaces:
FPlayerSQL, SQL

public interface FPlayerSQLite extends FPlayerSQL
SQLite-specific implementation of FPlayerSQL.
Since:
1.10.0
  • Method Details

    • insertOrIgnore

      void insertOrIgnore(int id, String uuid, String name)
      Description copied from interface: FPlayerSQL
      Inserts a player with the given ID, or does nothing if a conflict occurs.
      Specified by:
      insertOrIgnore in interface FPlayerSQL
      Parameters:
      id - the player database ID
      uuid - the player UUID
      name - the player name